#5747CC

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

Shades of Slate Blue #5747CC

Tints of Slate Blue #5747CC

Color information

#5747CC (or 0x5747CC) is unknown color: approx Slate Blue. HEX triplet: 57, 47 and CC. RGB value is (87,71,204). Sum of RGB (Red+Green+Blue) = 87+71+204=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #5747CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5747CC is #A8B833. Grayscale: #5A5A5A. Windows color (decimal): -11057204 or 13387607. OLE color: 13387607.

HSL color Cylindrical-coordinate representation of color #5747CC: hue angle of 247.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5747CC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8771204-
CMYK0.570.6500.2
HSL247.22º56.6%53.92%-
HSV(B)247.22º65.2%80%-
XYZ17.0810.8958.33-
YUV90.95191.8125.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 204 (80.08% from 255) = 56.35%
R=24.03%
G=19.61%
B=56.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87712040.570.6500.2247.2256.653.92
Hex5747CC3941014f73936
Octal127107314711010243677166
Binary1010111100011111001100111001100000101010011110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5747CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5747CC; }

 p { color: rgb(87,71,204); }

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

<style>
 a { background-color: #5747CC; }

 a { background-color: rgb(87,71,204); }

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

<style>
 span { border-color: #5747CC; }

 span { border-color: rgb(87,71,204); }

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