#5236A3

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

Shades of Blue Gem #5236A3

Tints of Blue Gem #5236A3

Color information

#5236A3 (or 0x5236A3) is unknown color: approx Blue Gem. HEX triplet: 52, 36 and A3. RGB value is (82,54,163). Sum of RGB (Red+Green+Blue) = 82+54+163=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #5236A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236A3 is #ADC95C. Grayscale: #4A4A4A. Windows color (decimal): -11389277 or 10696274. OLE color: 10696274.

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

Color convert

RGB8254163-
CMYK0.500.6700.36
HSL255.41º50.23%42.55%-
HSV(B)255.41º66.87%63.92%-
XYZ11.417.0835.41-
YUV74.8177.78133.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 163 (64.06% from 255) = 54.52%
R=27.42%
G=18.06%
B=54.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82541630.500.6700.36255.4150.2342.55
Hex5236A33243024ff322b
Octal12266243621030443776253
Binary1010010110110101000111100101000011010010011111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5236A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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