Html Css Color HEX #575BC9 Slate Blue

📋 copy color: '#575BC9'

red 87 ◦ green 91 ◦ blue 201

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

Shades of Slate Blue #575BC9

Tints of Slate Blue #575BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 22.96%
G = 24.01%
B = 53.03%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#575BC9 (or 0x575BC9) is known color: Slate Blue. HEX triplet: 57, 5B and C9. RGB value is (87,91,201). Sum of RGB (Red+Green+Blue) = 87+91+201=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #575BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BC9 is #A8A436. Grayscale: #656565. Windows color (decimal): -11052087 or 13196119. OLE color: 13196119.

HSL color Cylindrical-coordinate representation of color #575BC9: hue angle of 237.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575BC9 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 91 201 -
CMYK 0.57 0.55 0 0.21
HSL 237.89º 0.51% 0.56% -
HSV(B) 237.89º 0.57% 0.79% -
XYZ 18.21 13.73 56.95 -
YUV 102.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 87 91 201 0.57 0.55 0 0.21 237.89 0.51 0.56
Hex 57 5B C9 39 37 0 15 EE 33 38
Octal 127 133 311 71 67 0 25 356 63 70
Binary 1010111 1011011 11001001 111001 110111 0 10101 11101110 110011 111000

Color Harmonies of #575BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BC9

Black with #575BC9

Text Example


Text Example

White with #575BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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