Html Css Color HEX #575BAE Rich Blue

📋 copy color: '#575BAE'

red 87 ◦ green 91 ◦ blue 174

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

Shades of Rich Blue #575BAE

Tints of Rich Blue #575BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

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

R = 24.72%
G = 25.85%
B = 49.43%

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

#575BAE (or 0x575BAE) is known color: Rich Blue. HEX triplet: 57, 5B and AE. RGB value is (87,91,174). Sum of RGB (Red+Green+Blue) = 87+91+174=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #575BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAE is #A8A451. Grayscale: #626262. Windows color (decimal): -11052114 or 11426647. OLE color: 11426647.

HSL color Cylindrical-coordinate representation of color #575BAE: hue angle of 237.24º 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 #575BAE is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 91 174 -
CMYK 0.5 0.48 0 0.32
HSL 237.24º 0.35% 0.51% -
HSV(B) 237.24º 0.5% 0.68% -
XYZ 15.31 12.56 41.66 -
YUV 99.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 87 91 174 0.5 0.48 0 0.32 237.24 0.35 0.51
Hex 57 5B AE 32 30 0 20 ED 23 33
Octal 127 133 256 62 60 0 40 355 43 63
Binary 1010111 1011011 10101110 110010 110000 0 100000 11101101 100011 110011

Color Harmonies of #575BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BAE

Black with #575BAE

Text Example


Text Example

White with #575BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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