#5253AE

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

Shades of Rich Blue #5253AE

Tints of Rich Blue #5253AE

Color information

#5253AE (or 0x5253AE) is unknown color: approx Rich Blue. HEX triplet: 52, 53 and AE. RGB value is (82,83,174). Sum of RGB (Red+Green+Blue) = 82+83+174=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #5253AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5253AE is #ADAC51. Grayscale: #5C5C5C. Windows color (decimal): -11381842 or 11424594. OLE color: 11424594.

HSL color Cylindrical-coordinate representation of color #5253AE: hue angle of 239.35º 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 #5253AE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8283174-
CMYK0.530.5200.32
HSL239.35º36.22%50.2%-
HSV(B)239.35º52.87%68.24%-
XYZ14.2111.0441.43-
YUV93.08173.67120.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=24.19%
G=24.48%
B=51.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82831740.530.5200.32239.3536.2250.2
Hex5253AE3534020ef2432
Octal12212325665640403574462
Binary1010010101001110101110110101110100010000011101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5253AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5253AE; }

 p { color: rgb(82,83,174); }

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

<style>
 a { background-color: #5253AE; }

 a { background-color: rgb(82,83,174); }

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

<style>
 span { border-color: #5253AE; }

 span { border-color: rgb(82,83,174); }

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