Html Css Color HEX #5842CC Slate Blue

📋 copy color: '#5842CC'

red 88 ◦ green 66 ◦ blue 204

#5842CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5842CC

Tints of Slate Blue #5842CC

RGB

 RED value IS 88 (34.77% from 255) = 24.58%

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 24.58%
G = 18.44%
B = 56.98%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5842CC (or 0x5842CC) is known color: Slate Blue. HEX triplet: 58, 42 and CC. RGB value is (88,66,204). Sum of RGB (Red+Green+Blue) = 88+66+204=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5842CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842CC is #A7BD33. Grayscale: #575757. Windows color (decimal): -10992948 or 13386328. OLE color: 13386328.

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

Color convert

RGB 88 66 204 -
CMYK 0.57 0.68 0 0.2
HSL 249.57º 0.58% 0.53% -
HSV(B) 249.57º 0.68% 0.8% -
XYZ 16.87 10.33 58.23 -
YUV 88.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 88 66 204 0.57 0.68 0 0.2 249.57 0.58 0.53
Hex 58 42 CC 39 44 0 14 FA 3A 35
Octal 130 102 314 71 104 0 24 372 72 65
Binary 1011000 1000010 11001100 111001 1000100 0 10100 11111010 111010 110101

Color Harmonies of #5842CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5842CC

Black with #5842CC

Text Example


Text Example

White with #5842CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5842CC;
 }
 .AnyTagClassName
 {
   color: #5842CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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