#5252BA

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

Shades of Rich Blue #5252BA

Tints of Rich Blue #5252BA

Color information

#5252BA (or 0x5252BA) is unknown color: approx Rich Blue. HEX triplet: 52, 52 and BA. RGB value is (82,82,186). Sum of RGB (Red+Green+Blue) = 82+82+186=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #5252BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5252BA is #ADAD45. Grayscale: #5D5D5D. Windows color (decimal): -11382086 or 12210770. OLE color: 12210770.

HSL color Cylindrical-coordinate representation of color #5252BA: hue angle of 240º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5252BA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8282186-
CMYK0.560.5600.27
HSL240º42.98%52.55%-
HSV(B)240º55.91%72.94%-
XYZ15.3611.3747.84-
YUV93.86180119.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=23.43%
G=23.43%
B=53.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82821860.560.5600.2724042.9852.55
Hex5252BA383801Bf02b35
Octal12212227270700333605365
Binary101001010100101011101011100011100001101111110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5252BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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