#523B8C

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

Shades of Blue Gem #523B8C

Tints of Blue Gem #523B8C

Color information

#523B8C (or 0x523B8C) is unknown color: approx Blue Gem. HEX triplet: 52, 3B and 8C. RGB value is (82,59,140). Sum of RGB (Red+Green+Blue) = 82+59+140=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #523B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523B8C is #ADC473. Grayscale: #4A4A4A. Windows color (decimal): -11388020 or 9190226. OLE color: 9190226.

HSL color Cylindrical-coordinate representation of color #523B8C: hue angle of 257.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523B8C is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8259140-
CMYK0.410.5800.45
HSL257.04º40.7%39.02%-
HSV(B)257.04º57.86%54.9%-
XYZ9.786.8225.61-
YUV75.11164.62132.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=29.18%
G=21.00%
B=49.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82591400.410.5800.45257.0440.739.02
Hex523B8C293A02D1012927
Octal1227321451720554015147
Binary1010010111011100011001010011110100101101100000001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,140); }

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

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

 a { background-color: rgb(82,59,140); }

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

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

 span { border-color: rgb(82,59,140); }

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