#5236A9

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

Shades of Blue Gem #5236A9

Tints of Blue Gem #5236A9

Color information

#5236A9 (or 0x5236A9) is unknown color: approx Blue Gem. HEX triplet: 52, 36 and A9. RGB value is (82,54,169). Sum of RGB (Red+Green+Blue) = 82+54+169=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #5236A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236A9 is #ADC956. Grayscale: #4B4B4B. Windows color (decimal): -11389271 or 11089490. OLE color: 11089490.

HSL color Cylindrical-coordinate representation of color #5236A9: hue angle of 254.61º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5236A9 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8254169-
CMYK0.510.6800.34
HSL254.61º51.57%43.73%-
HSV(B)254.61º68.05%66.27%-
XYZ11.967.338.31-
YUV75.48180.78132.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 169 (66.41% from 255) = 55.41%
R=26.89%
G=17.70%
B=55.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82541690.510.6800.34254.6151.5743.73
Hex5236A93344022ff342c
Octal12266251631040423776454
Binary1010010110110101010011100111000100010001011111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5236A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5236A9; }

 p { color: rgb(82,54,169); }

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

<style>
 a { background-color: #5236A9; }

 a { background-color: rgb(82,54,169); }

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

<style>
 span { border-color: #5236A9; }

 span { border-color: rgb(82,54,169); }

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