#5235A9

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

Shades of Blue Gem #5235A9

Tints of Blue Gem #5235A9

Color information

#5235A9 (or 0x5235A9) is unknown color: approx Blue Gem. HEX triplet: 52, 35 and A9. RGB value is (82,53,169). Sum of RGB (Red+Green+Blue) = 82+53+169=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #5235A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5235A9 is #ADCA56. Grayscale: #4A4A4A. Windows color (decimal): -11389527 or 11089234. OLE color: 11089234.

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

Color convert

RGB8253169-
CMYK0.510.6900.34
HSL255º52.25%43.53%-
HSV(B)255º68.64%66.27%-
XYZ11.917.238.3-
YUV74.9181.11133.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 169 (66.41% from 255) = 55.59%
R=26.97%
G=17.43%
B=55.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82531690.510.6900.3425552.2543.53
Hex5235A93345022ff342c
Octal12265251631050423776454
Binary1010010110101101010011100111000101010001011111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5235A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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