#52379B

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

Shades of Blue Gem #52379B

Tints of Blue Gem #52379B

Color information

#52379B (or 0x52379B) is unknown color: approx Blue Gem. HEX triplet: 52, 37 and 9B. RGB value is (82,55,155). Sum of RGB (Red+Green+Blue) = 82+55+155=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #52379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52379B is #ADC864. Grayscale: #4A4A4A. Windows color (decimal): -11389029 or 10172242. OLE color: 10172242.

HSL color Cylindrical-coordinate representation of color #52379B: hue angle of 256.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52379B is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8255155-
CMYK0.470.6500.39
HSL256.2º47.62%41.18%-
HSV(B)256.2º64.52%60.78%-
XYZ10.766.8931.77-
YUV74.47173.45133.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=28.08%
G=18.84%
B=53.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82551550.470.6500.39256.247.6241.18
Hex52379B2F410271003029
Octal12267233571010474006051
Binary10100101101111001101110111110000010100111100000000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52379B; }

 p { color: rgb(82,55,155); }

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

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

 a { background-color: rgb(82,55,155); }

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

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

 span { border-color: rgb(82,55,155); }

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