#52489A

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

Shades of Blue Gem #52489A

Tints of Blue Gem #52489A

Color information

#52489A (or 0x52489A) is unknown color: approx Blue Gem. HEX triplet: 52, 48 and 9A. RGB value is (82,72,154). Sum of RGB (Red+Green+Blue) = 82+72+154=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #52489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52489A is #ADB765. Grayscale: #545454. Windows color (decimal): -11384678 or 10111058. OLE color: 10111058.

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

Color convert

RGB8272154-
CMYK0.470.5300.40
HSL247.32º36.28%44.31%-
HSV(B)247.32º53.25%60.39%-
XYZ11.638.7631.65-
YUV84.34167.31126.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 154 (60.55% from 255) = 50%
R=26.62%
G=23.38%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82721540.470.5300.40247.3236.2844.31
Hex52489A2F35028f7242c
Octal12211023257650503674454
Binary1010010100100010011010101111110101010100011110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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