#52449A

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

Shades of Blue Gem #52449A

Tints of Blue Gem #52449A

Color information

#52449A (or 0x52449A) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 9A. RGB value is (82,68,154). Sum of RGB (Red+Green+Blue) = 82+68+154=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #52449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52449A is #ADBB65. Grayscale: #515151. Windows color (decimal): -11385702 or 10110034. OLE color: 10110034.

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

Color convert

RGB8268154-
CMYK0.470.5600.40
HSL249.77º38.74%43.53%-
HSV(B)249.77º55.84%60.39%-
XYZ11.388.2631.57-
YUV81.99168.64128.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 154 (60.55% from 255) = 50.66%
R=26.97%
G=22.37%
B=50.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82681540.470.5600.40249.7738.7443.53
Hex52449A2F38028fa272c
Octal12210423257700503724754
Binary1010010100010010011010101111111000010100011111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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