#5237A4

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

Shades of Blue Gem #5237A4

Tints of Blue Gem #5237A4

Color information

#5237A4 (or 0x5237A4) is unknown color: approx Blue Gem. HEX triplet: 52, 37 and A4. RGB value is (82,55,164). Sum of RGB (Red+Green+Blue) = 82+55+164=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #5237A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5237A4 is #ADC85B. Grayscale: #4B4B4B. Windows color (decimal): -11389020 or 10762066. OLE color: 10762066.

HSL color Cylindrical-coordinate representation of color #5237A4: hue angle of 254.86º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5237A4 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8255164-
CMYK0.50.6600.36
HSL254.86º49.77%42.94%-
HSV(B)254.86º66.46%64.31%-
XYZ11.557.2135.9-
YUV75.5177.95132.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 164 (64.45% from 255) = 54.49%
R=27.24%
G=18.27%
B=54.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82551640.50.6600.36254.8649.7742.94
Hex5237A43242024ff322b
Octal12267244621020443776253
Binary1010010110111101001001100101000010010010011111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5237A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5237A4; }

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

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

<style>
 a { background-color: #5237A4; }

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

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

<style>
 span { border-color: #5237A4; }

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

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