Html Css Color HEX #575AAC Rich Blue

📋 copy color: '#575AAC'

red 87 ◦ green 90 ◦ blue 172

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

Shades of Rich Blue #575AAC

Tints of Rich Blue #575AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 24.93%
G = 25.79%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#575AAC (or 0x575AAC) is known color: Rich Blue. HEX triplet: 57, 5A and AC. RGB value is (87,90,172). Sum of RGB (Red+Green+Blue) = 87+90+172=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #575AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575AAC is #A8A553. Grayscale: #626262. Windows color (decimal): -11052372 or 11295319. OLE color: 11295319.

HSL color Cylindrical-coordinate representation of color #575AAC: hue angle of 237.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575AAC is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 90 172 -
CMYK 0.49 0.48 0 0.33
HSL 237.88º 0.34% 0.51% -
HSV(B) 237.88º 0.49% 0.67% -
XYZ 15.03 12.32 40.61 -
YUV 98.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 87 90 172 0.49 0.48 0 0.33 237.88 0.34 0.51
Hex 57 5A AC 31 30 0 21 EE 22 33
Octal 127 132 254 61 60 0 41 356 42 63
Binary 1010111 1011010 10101100 110001 110000 0 100001 11101110 100010 110011

Color Harmonies of #575AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AAC

Black with #575AAC

Text Example


Text Example

White with #575AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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