#5257AA

Color #5257AA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5257AA

Tints of Rich Blue #5257AA

Color information

#5257AA (or 0x5257AA) is unknown color: approx Rich Blue. HEX triplet: 52, 57 and AA. RGB value is (82,87,170). Sum of RGB (Red+Green+Blue) = 82+87+170=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #5257AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5257AA is #ADA855. Grayscale: #5E5E5E. Windows color (decimal): -11380822 or 11163474. OLE color: 11163474.

HSL color Cylindrical-coordinate representation of color #5257AA: hue angle of 236.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5257AA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8287170-
CMYK0.520.4900.33
HSL236.59º34.92%49.41%-
HSV(B)236.59º51.76%66.67%-
XYZ14.1411.5139.51-
YUV94.97170.34118.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=24.19%
G=25.66%
B=50.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82871700.520.4900.33236.5934.9249.41
Hex5257AA3431021ed2331
Octal12212725264610413554361
Binary1010010101011110101010110100110001010000111101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5257AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5257AA; }

 p { color: rgb(82,87,170); }

 H1.HeaderClassName
 {
   color: #5257AA;
 }
 .AnyTagClassName
 {
   color: #5257AA;
 }
</style>
background-color css

<style>
 a { background-color: #5257AA; }

 a { background-color: rgb(82,87,170); }

 div.DivClassName
 {
   background-color: #5257AA;
 }
 .BgClassName
 {
   background-color: #5257AA;
 }
</style>
border-color css

<style>
 span { border-color: #5257AA; }

 span { border-color: rgb(82,87,170); }

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