#52459B

Color #52459B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #52459B

Tints of Blue Gem #52459B

Color information

#52459B (or 0x52459B) is unknown color: approx Blue Gem. HEX triplet: 52, 45 and 9B. RGB value is (82,69,155). Sum of RGB (Red+Green+Blue) = 82+69+155=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #52459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52459B is #ADBA64. Grayscale: #525252. Windows color (decimal): -11385445 or 10175826. OLE color: 10175826.

HSL color Cylindrical-coordinate representation of color #52459B: hue angle of 249.07º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52459B is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8269155-
CMYK0.470.5500.39
HSL249.07º38.39%43.92%-
HSV(B)249.07º55.48%60.78%-
XYZ11.528.4232.03-
YUV82.69168.81127.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=26.80%
G=22.55%
B=50.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82691550.470.5500.39249.0738.3943.92
Hex52459B2F37027f9262c
Octal12210523357670473714654
Binary1010010100010110011011101111110111010011111111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52459B; }

 p { color: rgb(82,69,155); }

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

<style>
 a { background-color: #52459B; }

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

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

<style>
 span { border-color: #52459B; }

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

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