#5252BF

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

Shades of Rich Blue #5252BF

Tints of Rich Blue #5252BF

Color information

#5252BF (or 0x5252BF) is unknown color: approx Rich Blue. HEX triplet: 52, 52 and BF. RGB value is (82,82,191). Sum of RGB (Red+Green+Blue) = 82+82+191=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #5252BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5252BF is #ADAD40. Grayscale: #5D5D5D. Windows color (decimal): -11382081 or 12538450. OLE color: 12538450.

HSL color Cylindrical-coordinate representation of color #5252BF: hue angle of 240º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5252BF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8282191-
CMYK0.570.5700.25
HSL240º45.99%53.53%-
HSV(B)240º57.07%74.9%-
XYZ15.911.5950.69-
YUV94.43182.5119.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 191 (75% from 255) = 53.80%
R=23.10%
G=23.10%
B=53.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82821910.570.5700.2524045.9953.53
Hex5252BF3939019f02e36
Octal12212227771710313605666
Binary101001010100101011111111100111100101100111110000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5252BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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