#5252BE

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

Shades of Rich Blue #5252BE

Tints of Rich Blue #5252BE

Color information

#5252BE (or 0x5252BE) is unknown color: approx Rich Blue. HEX triplet: 52, 52 and BE. RGB value is (82,82,190). Sum of RGB (Red+Green+Blue) = 82+82+190=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #5252BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5252BE is #ADAD41. Grayscale: #5D5D5D. Windows color (decimal): -11382082 or 12472914. OLE color: 12472914.

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

Color convert

RGB8282190-
CMYK0.570.5700.25
HSL240º45.38%53.33%-
HSV(B)240º56.84%74.51%-
XYZ15.7911.5550.11-
YUV94.31182119.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=23.16%
G=23.16%
B=53.67%

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
Decimal82821900.570.5700.2524045.3853.33
Hex5252BE3939019f02d35
Octal12212227671710313605565
Binary101001010100101011111011100111100101100111110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5252BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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