#5851CC

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

Shades of Slate Blue #5851CC

Tints of Slate Blue #5851CC

Color information

#5851CC (or 0x5851CC) is unknown color: approx Slate Blue. HEX triplet: 58, 51 and CC. RGB value is (88,81,204). Sum of RGB (Red+Green+Blue) = 88+81+204=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #5851CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851CC is #A7AE33. Grayscale: #606060. Windows color (decimal): -10989108 or 13390168. OLE color: 13390168.

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

Color convert

RGB8881204-
CMYK0.570.6000.2
HSL243.41º54.67%55.88%-
HSV(B)243.41º60.29%80%-
XYZ17.8712.3258.56-
YUV97.12188.32121.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 204 (80.08% from 255) = 54.69%
R=23.59%
G=21.72%
B=54.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88812040.570.6000.2243.4154.6755.88
Hex5851CC393C014f33738
Octal13012131471740243636770
Binary101100010100011100110011100111110001010011110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,81,204); }

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

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

 a { background-color: rgb(88,81,204); }

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

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

 span { border-color: rgb(88,81,204); }

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