Html Css Color HEX #575AC6 Slate Blue

📋 copy color: '#575AC6'

red 87 ◦ green 90 ◦ blue 198

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

Shades of Slate Blue #575AC6

Tints of Slate Blue #575AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.8%

R = 23.2%
G = 24%
B = 52.8%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#575AC6 (or 0x575AC6) is known color: Slate Blue. HEX triplet: 57, 5A and C6. RGB value is (87,90,198). Sum of RGB (Red+Green+Blue) = 87+90+198=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #575AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC6 is #A8A539. Grayscale: #646464. Windows color (decimal): -11052346 or 12999255. OLE color: 12999255.

HSL color Cylindrical-coordinate representation of color #575AC6: hue angle of 238.38º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575AC6 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 90 198 -
CMYK 0.56 0.55 0 0.22
HSL 238.38º 0.49% 0.56% -
HSV(B) 238.38º 0.56% 0.78% -
XYZ 17.78 13.42 55.08 -
YUV 101.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 87 90 198 0.56 0.55 0 0.22 238.38 0.49 0.56
Hex 57 5A C6 38 37 0 16 EE 31 38
Octal 127 132 306 70 67 0 26 356 61 70
Binary 1010111 1011010 11000110 111000 110111 0 10110 11101110 110001 111000

Color Harmonies of #575AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AC6

Black with #575AC6

Text Example


Text Example

White with #575AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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