Html Css Color HEX #575DCD Slate Blue

📋 copy color: '#575DCD'

red 87 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #575DCD

Tints of Slate Blue #575DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

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

R = 22.6%
G = 24.16%
B = 53.25%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#575DCD (or 0x575DCD) is known color: Slate Blue. HEX triplet: 57, 5D and CD. RGB value is (87,93,205). Sum of RGB (Red+Green+Blue) = 87+93+205=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #575DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DCD is #A8A232. Grayscale: #676767. Windows color (decimal): -11051571 or 13458775. OLE color: 13458775.

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

Color convert

RGB 87 93 205 -
CMYK 0.58 0.55 0 0.20
HSL 236.95º 0.54% 0.57% -
HSV(B) 236.95º 0.58% 0.8% -
XYZ 18.86 14.26 59.52 -
YUV 103.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 87 93 205 0.58 0.55 0 0.20 236.95 0.54 0.57
Hex 57 5D CD 3A 37 0 14 ED 36 39
Octal 127 135 315 72 67 0 24 355 66 71
Binary 1010111 1011101 11001101 111010 110111 0 10100 11101101 110110 111001

Color Harmonies of #575DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DCD

Black with #575DCD

Text Example


Text Example

White with #575DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575DCD; }

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

 H1.HeaderClassName
 {
   color: #575DCD;
 }
 .AnyTagClassName
 {
   color: #575DCD;
 }
</style>

background-color css

<style>
 a { background-color: #575DCD; }

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

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

border-color css

<style>
 span { border-color: #575DCD; }

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

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