#5257B2

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

Shades of Rich Blue #5257B2

Tints of Rich Blue #5257B2

Color information

#5257B2 (or 0x5257B2) is unknown color: approx Rich Blue. HEX triplet: 52, 57 and B2. RGB value is (82,87,178). Sum of RGB (Red+Green+Blue) = 82+87+178=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #5257B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5257B2 is #ADA84D. Grayscale: #5F5F5F. Windows color (decimal): -11380814 or 11687762. OLE color: 11687762.

HSL color Cylindrical-coordinate representation of color #5257B2: hue angle of 236.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5257B2 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8287178-
CMYK0.540.5100.30
HSL236.88º38.4%50.98%-
HSV(B)236.88º53.93%69.8%-
XYZ14.9211.8243.62-
YUV95.88174.34118.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 178 (69.92% from 255) = 51.30%
R=23.63%
G=25.07%
B=51.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82871780.540.5100.30236.8838.450.98
Hex5257B2363301Eed2633
Octal12212726266630363554663
Binary101001010101111011001011011011001101111011101101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5257B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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