Html Css Color HEX #5642CC Slate Blue

📋 copy color: '#5642CC'

red 86 ◦ green 66 ◦ blue 204

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

Shades of Slate Blue #5642CC

Tints of Slate Blue #5642CC

RGB

 RED value IS 86 (33.98% from 255) = 24.16%

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

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

R = 24.16%
G = 18.54%
B = 57.3%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5642CC (or 0x5642CC) is known color: Slate Blue. HEX triplet: 56, 42 and CC. RGB value is (86,66,204). Sum of RGB (Red+Green+Blue) = 86+66+204=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #5642CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642CC is #A9BD33. Grayscale: #575757. Windows color (decimal): -11124020 or 13386326. OLE color: 13386326.

HSL color Cylindrical-coordinate representation of color #5642CC: hue angle of 248.7º 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 #5642CC is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 66 204 -
CMYK 0.58 0.68 0 0.2
HSL 248.7º 0.58% 0.53% -
HSV(B) 248.7º 0.68% 0.8% -
XYZ 16.69 10.23 58.22 -
YUV 87.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 86 66 204 0.58 0.68 0 0.2 248.7 0.58 0.53
Hex 56 42 CC 3A 44 0 14 F9 3A 35
Octal 126 102 314 72 104 0 24 371 72 65
Binary 1010110 1000010 11001100 111010 1000100 0 10100 11111001 111010 110101

Color Harmonies of #5642CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5642CC

Black with #5642CC

Text Example


Text Example

White with #5642CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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