#523DA4

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

Shades of Blue Gem #523DA4

Tints of Blue Gem #523DA4

Color information

#523DA4 (or 0x523DA4) is unknown color: approx Blue Gem. HEX triplet: 52, 3D and A4. RGB value is (82,61,164). Sum of RGB (Red+Green+Blue) = 82+61+164=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #523DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DA4 is #ADC25B. Grayscale: #4E4E4E. Windows color (decimal): -11387484 or 10763602. OLE color: 10763602.

HSL color Cylindrical-coordinate representation of color #523DA4: hue angle of 252.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523DA4 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8261164-
CMYK0.50.6300.36
HSL252.23º45.78%44.12%-
HSV(B)252.23º62.8%64.31%-
XYZ11.857.8136.01-
YUV79.02175.96130.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=26.71%
G=19.87%
B=53.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82611640.50.6300.36252.2345.7844.12
Hex523DA4323F024fc2e2c
Octal1227524462770443745654
Binary101001011110110100100110010111111010010011111100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,164); }

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

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

 a { background-color: rgb(82,61,164); }

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

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

 span { border-color: rgb(82,61,164); }

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