Html Css Color HEX #575BAF Rich Blue

📋 copy color: '#575BAF'

red 87 ◦ green 91 ◦ blue 175

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

Shades of Rich Blue #575BAF

Tints of Rich Blue #575BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 24.65%
G = 25.78%
B = 49.58%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#575BAF (or 0x575BAF) is known color: Rich Blue. HEX triplet: 57, 5B and AF. RGB value is (87,91,175). Sum of RGB (Red+Green+Blue) = 87+91+175=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #575BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAF is #A8A450. Grayscale: #636363. Windows color (decimal): -11052113 or 11492183. OLE color: 11492183.

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

Color convert

RGB 87 91 175 -
CMYK 0.50 0.48 0 0.31
HSL 237.27º 0.35% 0.51% -
HSV(B) 237.27º 0.5% 0.69% -
XYZ 15.41 12.6 42.18 -
YUV 99.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 87 91 175 0.50 0.48 0 0.31 237.27 0.35 0.51
Hex 57 5B AF 32 30 0 1F ED 23 33
Octal 127 133 257 62 60 0 37 355 43 63
Binary 1010111 1011011 10101111 110010 110000 0 11111 11101101 100011 110011

Color Harmonies of #575BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BAF

Black with #575BAF

Text Example


Text Example

White with #575BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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