Html Css Color HEX #5742CD Slate Blue

📋 copy color: '#5742CD'

red 87 ◦ green 66 ◦ blue 205

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

Shades of Slate Blue #5742CD

Tints of Slate Blue #5742CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 24.3%
G = 18.44%
B = 57.26%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5742CD (or 0x5742CD) is known color: Slate Blue. HEX triplet: 57, 42 and CD. RGB value is (87,66,205). Sum of RGB (Red+Green+Blue) = 87+66+205=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5742CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5742CD is #A8BD32. Grayscale: #575757. Windows color (decimal): -11058483 or 13451863. OLE color: 13451863.

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

Color convert

RGB 87 66 205 -
CMYK 0.58 0.68 0 0.20
HSL 249.06º 0.58% 0.53% -
HSV(B) 249.06º 0.68% 0.8% -
XYZ 16.9 10.33 58.86 -
YUV 88.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 87 66 205 0.58 0.68 0 0.20 249.06 0.58 0.53
Hex 57 42 CD 3A 44 0 14 F9 3A 35
Octal 127 102 315 72 104 0 24 371 72 65
Binary 1010111 1000010 11001101 111010 1000100 0 10100 11111001 111010 110101

Color Harmonies of #5742CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5742CD

Black with #5742CD

Text Example


Text Example

White with #5742CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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