#52409E

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

Shades of Blue Gem #52409E

Tints of Blue Gem #52409E

Color information

#52409E (or 0x52409E) is unknown color: approx Blue Gem. HEX triplet: 52, 40 and 9E. RGB value is (82,64,158). Sum of RGB (Red+Green+Blue) = 82+64+158=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #52409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52409E is #ADBF61. Grayscale: #4F4F4F. Windows color (decimal): -11386722 or 10371154. OLE color: 10371154.

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

Color convert

RGB8264158-
CMYK0.480.5900.38
HSL251.49º42.34%43.53%-
HSV(B)251.49º59.49%61.96%-
XYZ11.487.9333.27-
YUV80.1171.96129.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=26.97%
G=21.05%
B=51.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82641580.480.5900.38251.4942.3443.53
Hex52409E303B026fb2a2c
Octal12210023660730463735254
Binary1010010100000010011110110000111011010011011111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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