#523C9C

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

Shades of Blue Gem #523C9C

Tints of Blue Gem #523C9C

Color information

#523C9C (or 0x523C9C) is unknown color: approx Blue Gem. HEX triplet: 52, 3C and 9C. RGB value is (82,60,156). Sum of RGB (Red+Green+Blue) = 82+60+156=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #523C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C9C is #ADC363. Grayscale: #4D4D4D. Windows color (decimal): -11387748 or 10239058. OLE color: 10239058.

HSL color Cylindrical-coordinate representation of color #523C9C: hue angle of 253.75º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523C9C is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8260156-
CMYK0.470.6200.39
HSL253.75º44.44%42.35%-
HSV(B)253.75º61.54%61.18%-
XYZ11.17.4332.3-
YUV77.52172.29131.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=27.52%
G=20.13%
B=52.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82601560.470.6200.39253.7544.4442.35
Hex523C9C2F3E027fe2c2a
Octal1227423457760473765452
Binary101001011110010011100101111111110010011111111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523C9C; }

 p { color: rgb(82,60,156); }

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

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

 a { background-color: rgb(82,60,156); }

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

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

 span { border-color: rgb(82,60,156); }

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