#5252AB

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

Shades of Rich Blue #5252AB

Tints of Rich Blue #5252AB

Color information

#5252AB (or 0x5252AB) is unknown color: approx Rich Blue. HEX triplet: 52, 52 and AB. RGB value is (82,82,171). Sum of RGB (Red+Green+Blue) = 82+82+171=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #5252AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5252AB is #ADAD54. Grayscale: #5B5B5B. Windows color (decimal): -11382101 or 11227730. OLE color: 11227730.

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

Color convert

RGB8282171-
CMYK0.520.5200.33
HSL240º35.18%49.61%-
HSV(B)240º52.05%67.06%-
XYZ13.8510.7739.88-
YUV92.15172.5120.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=24.48%
G=24.48%
B=51.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82821710.520.5200.3324035.1849.61
Hex5252AB3434021f02332
Octal12212225364640413604362
Binary1010010101001010101011110100110100010000111110000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5252AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5252AB; }

 p { color: rgb(82,82,171); }

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

<style>
 a { background-color: #5252AB; }

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

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

<style>
 span { border-color: #5252AB; }

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

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