Html Css Color HEX #5742CE Slate Blue

📋 copy color: '#5742CE'

red 87 ◦ green 66 ◦ blue 206

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

Shades of Slate Blue #5742CE

Tints of Slate Blue #5742CE

RGB

 RED value IS 87 (34.38% from 255) = 24.23%

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

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

R = 24.23%
G = 18.38%
B = 57.38%

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

#5742CE (or 0x5742CE) is known color: Slate Blue. HEX triplet: 57, 42 and CE. RGB value is (87,66,206). Sum of RGB (Red+Green+Blue) = 87+66+206=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5742CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5742CE is #A8BD31. Grayscale: #575757. Windows color (decimal): -11058482 or 13517399. OLE color: 13517399.

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

Color convert

RGB 87 66 206 -
CMYK 0.58 0.68 0 0.19
HSL 249º 0.59% 0.53% -
HSV(B) 249º 0.68% 0.81% -
XYZ 17.02 10.38 59.5 -
YUV 88.24 194.46 127.12 -
System Red Green Blue C M Y K H S L
Decimal 87 66 206 0.58 0.68 0 0.19 249 0.59 0.53
Hex 57 42 CE 3A 44 0 13 F9 3B 35
Octal 127 102 316 72 104 0 23 371 73 65
Binary 1010111 1000010 11001110 111010 1000100 0 10011 11111001 111011 110101

Color Harmonies of #5742CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5742CE

Black with #5742CE

Text Example


Text Example

White with #5742CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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