#5256AD

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

Shades of Rich Blue #5256AD

Tints of Rich Blue #5256AD

Color information

#5256AD (or 0x5256AD) is unknown color: approx Rich Blue. HEX triplet: 52, 56 and AD. RGB value is (82,86,173). Sum of RGB (Red+Green+Blue) = 82+86+173=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #5256AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5256AD is #ADA952. Grayscale: #5E5E5E. Windows color (decimal): -11381075 or 11359826. OLE color: 11359826.

HSL color Cylindrical-coordinate representation of color #5256AD: hue angle of 237.36º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5256AD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8286173-
CMYK0.530.5000.32
HSL237.36º35.69%50%-
HSV(B)237.36º52.6%67.84%-
XYZ14.3511.4740.99-
YUV94.72172.17118.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=24.05%
G=25.22%
B=50.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82861730.530.5000.32237.3635.6950
Hex5256AD3532020ed2432
Octal12212625565620403554462
Binary1010010101011010101101110101110010010000011101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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