#5845CC

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

Shades of Slate Blue #5845CC

Tints of Slate Blue #5845CC

Color information

#5845CC (or 0x5845CC) is unknown color: approx Slate Blue. HEX triplet: 58, 45 and CC. RGB value is (88,69,204). Sum of RGB (Red+Green+Blue) = 88+69+204=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5845CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5845CC is #A7BA33. Grayscale: #595959. Windows color (decimal): -10992180 or 13387096. OLE color: 13387096.

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

Color convert

RGB8869204-
CMYK0.570.6600.2
HSL248.44º56.96%53.53%-
HSV(B)248.44º66.18%80%-
XYZ17.0510.6958.29-
YUV90.07192.29126.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=24.38%
G=19.11%
B=56.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88692040.570.6600.2248.4456.9653.53
Hex5845CC3942014f83936
Octal130105314711020243707166
Binary1011000100010111001100111001100001001010011111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5845CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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