Html Css Color HEX #5642CB Slate Blue

📋 copy color: '#5642CB'

red 86 ◦ green 66 ◦ blue 203

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

Shades of Slate Blue #5642CB

Tints of Slate Blue #5642CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 24.23%
G = 18.59%
B = 57.18%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5642CB (or 0x5642CB) is known color: Slate Blue. HEX triplet: 56, 42 and CB. RGB value is (86,66,203). Sum of RGB (Red+Green+Blue) = 86+66+203=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #5642CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642CB is #A9BD34. Grayscale: #575757. Windows color (decimal): -11124021 or 13320790. OLE color: 13320790.

HSL color Cylindrical-coordinate representation of color #5642CB: hue angle of 248.76º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5642CB is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 66 203 -
CMYK 0.58 0.67 0 0.20
HSL 248.76º 0.57% 0.53% -
HSV(B) 248.76º 0.67% 0.8% -
XYZ 16.57 10.19 57.59 -
YUV 87.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 86 66 203 0.58 0.67 0 0.20 248.76 0.57 0.53
Hex 56 42 CB 3A 43 0 14 F9 39 35
Octal 126 102 313 72 103 0 24 371 71 65
Binary 1010110 1000010 11001011 111010 1000011 0 10100 11111001 111001 110101

Color Harmonies of #5642CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5642CB

Black with #5642CB

Text Example


Text Example

White with #5642CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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