#5256AA

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

Shades of Rich Blue #5256AA

Tints of Rich Blue #5256AA

Color information

#5256AA (or 0x5256AA) is unknown color: approx Rich Blue. HEX triplet: 52, 56 and AA. RGB value is (82,86,170). Sum of RGB (Red+Green+Blue) = 82+86+170=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #5256AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5256AA is #ADA955. Grayscale: #5E5E5E. Windows color (decimal): -11381078 or 11163218. OLE color: 11163218.

HSL color Cylindrical-coordinate representation of color #5256AA: hue angle of 237.27º 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 #5256AA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8286170-
CMYK0.520.4900.33
HSL237.27º34.92%49.41%-
HSV(B)237.27º51.76%66.67%-
XYZ14.0611.3539.48-
YUV94.38170.67119.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=24.26%
G=25.44%
B=50.30%

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
Decimal82861700.520.4900.33237.2734.9249.41
Hex5256AA3431021ed2331
Octal12212625264610413554361
Binary1010010101011010101010110100110001010000111101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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