#534996

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

Shades of Blue Gem #534996

Tints of Blue Gem #534996

Color information

#534996 (or 0x534996) is unknown color: approx Blue Gem. HEX triplet: 53, 49 and 96. RGB value is (83,73,150). Sum of RGB (Red+Green+Blue) = 83+73+150=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #534996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534996 is #ACB669. Grayscale: #545454. Windows color (decimal): -11318890 or 9849171. OLE color: 9849171.

HSL color Cylindrical-coordinate representation of color #534996: hue angle of 247.79º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534996 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8373150-
CMYK0.450.5100.41
HSL247.79º34.53%43.73%-
HSV(B)247.79º51.33%58.82%-
XYZ11.458.8129.95-
YUV84.77164.81126.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=27.12%
G=23.86%
B=49.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83731500.450.5100.41247.7934.5343.73
Hex5349962D33029f8232c
Octal12311122655630513704354
Binary1010011100100110010110101101110011010100111111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534996; }

 p { color: rgb(83,73,150); }

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

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

 a { background-color: rgb(83,73,150); }

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

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

 span { border-color: rgb(83,73,150); }

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