#523A98

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

Shades of Blue Gem #523A98

Tints of Blue Gem #523A98

Color information

#523A98 (or 0x523A98) is unknown color: approx Blue Gem. HEX triplet: 52, 3A and 98. RGB value is (82,58,152). Sum of RGB (Red+Green+Blue) = 82+58+152=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #523A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523A98 is #ADC567. Grayscale: #4B4B4B. Windows color (decimal): -11388264 or 9976402. OLE color: 9976402.

HSL color Cylindrical-coordinate representation of color #523A98: hue angle of 255.32º 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 #523A98 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8258152-
CMYK0.460.6200.40
HSL255.32º44.76%41.18%-
HSV(B)255.32º61.84%59.61%-
XYZ10.667.0930.51-
YUV75.89170.95132.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=28.08%
G=19.86%
B=52.05%

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
Decimal82581520.460.6200.40255.3244.7641.18
Hex523A982E3E028ff2d29
Octal1227223056760503775551
Binary101001011101010011000101110111110010100011111111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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