#524998

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

Shades of Blue Gem #524998

Tints of Blue Gem #524998

Color information

#524998 (or 0x524998) is unknown color: approx Blue Gem. HEX triplet: 52, 49 and 98. RGB value is (82,73,152). Sum of RGB (Red+Green+Blue) = 82+73+152=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #524998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524998 is #ADB667. Grayscale: #545454. Windows color (decimal): -11384424 or 9980242. OLE color: 9980242.

HSL color Cylindrical-coordinate representation of color #524998: hue angle of 246.84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524998 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8273152-
CMYK0.460.5200.40
HSL246.84º35.11%44.12%-
HSV(B)246.84º51.97%59.61%-
XYZ11.538.8330.8-
YUV84.7165.98126.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=26.71%
G=23.78%
B=49.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82731520.460.5200.40246.8435.1144.12
Hex5249982E34028f7232c
Octal12211123056640503674354
Binary1010010100100110011000101110110100010100011110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524998; }

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

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

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

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

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

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

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

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