#5236AA

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

Shades of Blue Gem #5236AA

Tints of Blue Gem #5236AA

Color information

#5236AA (or 0x5236AA) is unknown color: approx Blue Gem. HEX triplet: 52, 36 and AA. RGB value is (82,54,170). Sum of RGB (Red+Green+Blue) = 82+54+170=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #5236AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236AA is #ADC955. Grayscale: #4B4B4B. Windows color (decimal): -11389270 or 11155026. OLE color: 11155026.

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

Color convert

RGB8254170-
CMYK0.520.6800.33
HSL254.48º51.79%43.92%-
HSV(B)254.48º68.24%66.67%-
XYZ12.057.3338.81-
YUV75.6181.28132.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=26.80%
G=17.65%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82541700.520.6800.33254.4851.7943.92
Hex5236AA3444021fe342c
Octal12266252641040413766454
Binary1010010110110101010101101001000100010000111111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5236AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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