#524995

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

Shades of Blue Gem #524995

Tints of Blue Gem #524995

Color information

#524995 (or 0x524995) is unknown color: approx Blue Gem. HEX triplet: 52, 49 and 95. RGB value is (82,73,149). Sum of RGB (Red+Green+Blue) = 82+73+149=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #524995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524995 is #ADB66A. Grayscale: #545454. Windows color (decimal): -11384427 or 9783634. OLE color: 9783634.

HSL color Cylindrical-coordinate representation of color #524995: hue angle of 247.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524995 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8273149-
CMYK0.450.5100.42
HSL247.11º34.23%43.53%-
HSV(B)247.11º51.01%58.43%-
XYZ11.298.7329.52-
YUV84.36164.48126.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=26.97%
G=24.01%
B=49.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82731490.450.5100.42247.1134.2343.53
Hex5249952D3302Af7222c
Octal12211122555630523674254
Binary1010010100100110010101101101110011010101011110111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524995; }

 p { color: rgb(82,73,149); }

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

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

 a { background-color: rgb(82,73,149); }

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

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

 span { border-color: rgb(82,73,149); }

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