Html Css Color HEX #575ACC Slate Blue

📋 copy color: '#575ACC'

red 87 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #575ACC

Tints of Slate Blue #575ACC

RGB

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

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

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

R = 22.83%
G = 23.62%
B = 53.54%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#575ACC (or 0x575ACC) is known color: Slate Blue. HEX triplet: 57, 5A and CC. RGB value is (87,90,204). Sum of RGB (Red+Green+Blue) = 87+90+204=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #575ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ACC is #A8A533. Grayscale: #656565. Windows color (decimal): -11052340 or 13392471. OLE color: 13392471.

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

Color convert

RGB 87 90 204 -
CMYK 0.57 0.56 0 0.2
HSL 238.46º 0.53% 0.57% -
HSV(B) 238.46º 0.57% 0.8% -
XYZ 18.49 13.7 58.8 -
YUV 102.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 87 90 204 0.57 0.56 0 0.2 238.46 0.53 0.57
Hex 57 5A CC 39 38 0 14 EE 35 39
Octal 127 132 314 71 70 0 24 356 65 71
Binary 1010111 1011010 11001100 111001 111000 0 10100 11101110 110101 111001

Color Harmonies of #575ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ACC

Black with #575ACC

Text Example


Text Example

White with #575ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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