#52459E

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

Shades of Blue Gem #52459E

Tints of Blue Gem #52459E

Color information

#52459E (or 0x52459E) is unknown color: approx Blue Gem. HEX triplet: 52, 45 and 9E. RGB value is (82,69,158). Sum of RGB (Red+Green+Blue) = 82+69+158=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #52459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52459E is #ADBA61. Grayscale: #525252. Windows color (decimal): -11385442 or 10372434. OLE color: 10372434.

HSL color Cylindrical-coordinate representation of color #52459E: hue angle of 248.76º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52459E is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8269158-
CMYK0.480.5600.38
HSL248.76º39.21%44.51%-
HSV(B)248.76º56.33%61.96%-
XYZ11.788.5233.37-
YUV83.03170.31127.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=26.54%
G=22.33%
B=51.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82691580.480.5600.38248.7639.2144.51
Hex52459E3038026f9272d
Octal12210523660700463714755
Binary1010010100010110011110110000111000010011011111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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