Html Css Color HEX #575ACB Slate Blue

📋 copy color: '#575ACB'

red 87 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #575ACB

Tints of Slate Blue #575ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 22.89%
G = 23.68%
B = 53.42%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#575ACB (or 0x575ACB) is known color: Slate Blue. HEX triplet: 57, 5A and CB. RGB value is (87,90,203). Sum of RGB (Red+Green+Blue) = 87+90+203=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #575ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ACB is #A8A534. Grayscale: #656565. Windows color (decimal): -11052341 or 13326935. OLE color: 13326935.

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

Color convert

RGB 87 90 203 -
CMYK 0.57 0.56 0 0.20
HSL 238.45º 0.53% 0.57% -
HSV(B) 238.45º 0.57% 0.8% -
XYZ 18.37 13.65 58.17 -
YUV 101.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 87 90 203 0.57 0.56 0 0.20 238.45 0.53 0.57
Hex 57 5A CB 39 38 0 14 EE 35 39
Octal 127 132 313 71 70 0 24 356 65 71
Binary 1010111 1011010 11001011 111001 111000 0 10100 11101110 110101 111001

Color Harmonies of #575ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ACB

Black with #575ACB

Text Example


Text Example

White with #575ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,203); }

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

background-color css

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

 a { background-color: rgb(87,90,203); }

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

border-color css

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

 span { border-color: rgb(87,90,203); }

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