Html Css Color HEX #575BCC Slate Blue

📋 copy color: '#575BCC'

red 87 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #575BCC

Tints of Slate Blue #575BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 22.77%
G = 23.82%
B = 53.4%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#575BCC (or 0x575BCC) is known color: Slate Blue. HEX triplet: 57, 5B and CC. RGB value is (87,91,204). Sum of RGB (Red+Green+Blue) = 87+91+204=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #575BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BCC is #A8A433. Grayscale: #666666. Windows color (decimal): -11052084 or 13392727. OLE color: 13392727.

HSL color Cylindrical-coordinate representation of color #575BCC: hue angle of 237.95º 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 #575BCC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 91 204 -
CMYK 0.57 0.55 0 0.2
HSL 237.95º 0.53% 0.57% -
HSV(B) 237.95º 0.57% 0.8% -
XYZ 18.57 13.87 58.82 -
YUV 102.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 87 91 204 0.57 0.55 0 0.2 237.95 0.53 0.57
Hex 57 5B CC 39 37 0 14 EE 35 39
Octal 127 133 314 71 67 0 24 356 65 71
Binary 1010111 1011011 11001100 111001 110111 0 10100 11101110 110101 111001

Color Harmonies of #575BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BCC

Black with #575BCC

Text Example


Text Example

White with #575BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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