Html Css Color HEX #575AAE Rich Blue

📋 copy color: '#575AAE'

red 87 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #575AAE

Tints of Rich Blue #575AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 24.79%
G = 25.64%
B = 49.57%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#575AAE (or 0x575AAE) is known color: Rich Blue. HEX triplet: 57, 5A and AE. RGB value is (87,90,174). Sum of RGB (Red+Green+Blue) = 87+90+174=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #575AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575AAE is #A8A551. Grayscale: #626262. Windows color (decimal): -11052370 or 11426391. OLE color: 11426391.

HSL color Cylindrical-coordinate representation of color #575AAE: hue angle of 237.93º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #575AAE is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 90 174 -
CMYK 0.5 0.48 0 0.32
HSL 237.93º 0.35% 0.51% -
HSV(B) 237.93º 0.5% 0.68% -
XYZ 15.23 12.39 41.63 -
YUV 98.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 87 90 174 0.5 0.48 0 0.32 237.93 0.35 0.51
Hex 57 5A AE 32 30 0 20 EE 23 33
Octal 127 132 256 62 60 0 40 356 43 63
Binary 1010111 1011010 10101110 110010 110000 0 100000 11101110 100011 110011

Color Harmonies of #575AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AAE

Black with #575AAE

Text Example


Text Example

White with #575AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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