#5755D0

Color #5755D0 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5755D0

Tints of Slate Blue #5755D0

Color information

#5755D0 (or 0x5755D0) is unknown color: approx Slate Blue. HEX triplet: 57, 55 and D0. RGB value is (87,85,208). Sum of RGB (Red+Green+Blue) = 87+85+208=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #5755D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755D0 is #A8AA2F. Grayscale: #636363. Windows color (decimal): -11053616 or 13653335. OLE color: 13653335.

HSL color Cylindrical-coordinate representation of color #5755D0: hue angle of 240.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5755D0 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8785208-
CMYK0.580.5900.18
HSL240.98º56.68%57.45%-
HSV(B)240.98º59.13%81.57%-
XYZ18.5613.0861.22-
YUV99.62189.16119-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 208 (81.64% from 255) = 54.74%
R=22.89%
G=22.37%
B=54.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87852080.580.5900.18240.9856.6857.45
Hex5755D03A3B012f13939
Octal12712532072730223617171
Binary101011110101011101000011101011101101001011110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5755D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5755D0; }

 p { color: rgb(87,85,208); }

 H1.HeaderClassName
 {
   color: #5755D0;
 }
 .AnyTagClassName
 {
   color: #5755D0;
 }
</style>
background-color css

<style>
 a { background-color: #5755D0; }

 a { background-color: rgb(87,85,208); }

 div.DivClassName
 {
   background-color: #5755D0;
 }
 .BgClassName
 {
   background-color: #5755D0;
 }
</style>
border-color css

<style>
 span { border-color: #5755D0; }

 span { border-color: rgb(87,85,208); }

 td.TdClassName
 {
   border-color: #5755D0;
 }
 .TagClassName
 {
   border-color: #5755D0;
 }
</style>