#52479A

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

Shades of Blue Gem #52479A

Tints of Blue Gem #52479A

Color information

#52479A (or 0x52479A) is unknown color: approx Blue Gem. HEX triplet: 52, 47 and 9A. RGB value is (82,71,154). Sum of RGB (Red+Green+Blue) = 82+71+154=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #52479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52479A is #ADB865. Grayscale: #535353. Windows color (decimal): -11384934 or 10110802. OLE color: 10110802.

HSL color Cylindrical-coordinate representation of color #52479A: hue angle of 247.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52479A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8271154-
CMYK0.470.5400.40
HSL247.95º36.89%44.12%-
HSV(B)247.95º53.9%60.39%-
XYZ11.578.6331.63-
YUV83.75167.64126.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=26.71%
G=23.13%
B=50.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82711540.470.5400.40247.9536.8944.12
Hex52479A2F36028f8252c
Octal12210723257660503704554
Binary1010010100011110011010101111110110010100011111000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52479A; }

 p { color: rgb(82,71,154); }

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

<style>
 a { background-color: #52479A; }

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

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

<style>
 span { border-color: #52479A; }

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

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