Html Css Color HEX #575DCC Slate Blue

📋 copy color: '#575DCC'

red 87 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #575DCC

Tints of Slate Blue #575DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 22.66%
G = 24.22%
B = 53.13%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#575DCC (or 0x575DCC) is known color: Slate Blue. HEX triplet: 57, 5D and CC. RGB value is (87,93,204). Sum of RGB (Red+Green+Blue) = 87+93+204=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #575DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DCC is #A8A233. Grayscale: #676767. Windows color (decimal): -11051572 or 13393239. OLE color: 13393239.

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

Color convert

RGB 87 93 204 -
CMYK 0.57 0.54 0 0.2
HSL 236.92º 0.53% 0.57% -
HSV(B) 236.92º 0.57% 0.8% -
XYZ 18.74 14.21 58.88 -
YUV 103.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 87 93 204 0.57 0.54 0 0.2 236.92 0.53 0.57
Hex 57 5D CC 39 36 0 14 ED 35 39
Octal 127 135 314 71 66 0 24 355 65 71
Binary 1010111 1011101 11001100 111001 110110 0 10100 11101101 110101 111001

Color Harmonies of #575DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DCC

Black with #575DCC

Text Example


Text Example

White with #575DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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