#5755DA

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

Shades of Slate Blue #5755DA

Tints of Slate Blue #5755DA

Color information

#5755DA (or 0x5755DA) is unknown color: approx Slate Blue. HEX triplet: 57, 55 and DA. RGB value is (87,85,218). Sum of RGB (Red+Green+Blue) = 87+85+218=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #5755DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755DA is #A8AA25. Grayscale: #646464. Windows color (decimal): -11053606 or 14308695. OLE color: 14308695.

HSL color Cylindrical-coordinate representation of color #5755DA: hue angle of 240.9º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5755DA is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8785218-
CMYK0.600.6100.15
HSL240.9º64.25%59.41%-
HSV(B)240.9º61.01%85.49%-
XYZ19.8313.5967.91-
YUV100.76194.16118.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 218 (85.55% from 255) = 55.90%
R=22.31%
G=21.79%
B=55.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal87852180.600.6100.15240.964.2559.41
Hex5755DA3C3D0Ff1403b
Octal127125332747501736110073
Binary101011110101011101101011110011110101111111100011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5755DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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