Html Css Color HEX #5642CE Slate Blue

📋 copy color: '#5642CE'

red 86 ◦ green 66 ◦ blue 206

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

Shades of Slate Blue #5642CE

Tints of Slate Blue #5642CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 24.02%
G = 18.44%
B = 57.54%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5642CE (or 0x5642CE) is known color: Slate Blue. HEX triplet: 56, 42 and CE. RGB value is (86,66,206). Sum of RGB (Red+Green+Blue) = 86+66+206=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5642CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642CE is #A9BD31. Grayscale: #575757. Windows color (decimal): -11124018 or 13517398. OLE color: 13517398.

HSL color Cylindrical-coordinate representation of color #5642CE: hue angle of 248.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5642CE is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 66 206 -
CMYK 0.58 0.68 0 0.19
HSL 248.57º 0.59% 0.53% -
HSV(B) 248.57º 0.68% 0.81% -
XYZ 16.93 10.33 59.49 -
YUV 87.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 86 66 206 0.58 0.68 0 0.19 248.57 0.59 0.53
Hex 56 42 CE 3A 44 0 13 F9 3B 35
Octal 126 102 316 72 104 0 23 371 73 65
Binary 1010110 1000010 11001110 111010 1000100 0 10011 11111001 111011 110101

Color Harmonies of #5642CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5642CE

Black with #5642CE

Text Example


Text Example

White with #5642CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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