#523998

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

Shades of Blue Gem #523998

Tints of Blue Gem #523998

Color information

#523998 (or 0x523998) is unknown color: approx Blue Gem. HEX triplet: 52, 39 and 98. RGB value is (82,57,152). Sum of RGB (Red+Green+Blue) = 82+57+152=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #523998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523998 is #ADC667. Grayscale: #4A4A4A. Windows color (decimal): -11388520 or 9976146. OLE color: 9976146.

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

Color convert

RGB8257152-
CMYK0.460.6200.40
HSL255.79º45.45%40.98%-
HSV(B)255.79º62.5%59.61%-
XYZ10.616.9930.5-
YUV75.3171.28132.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=28.18%
G=19.59%
B=52.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82571520.460.6200.40255.7945.4540.98
Hex5239982E3E0281002d29
Octal1227123056760504005551
Binary1010010111001100110001011101111100101000100000000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523998; }

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

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

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

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

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

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

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

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