#534896

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

Shades of Blue Gem #534896

Tints of Blue Gem #534896

Color information

#534896 (or 0x534896) is unknown color: approx Blue Gem. HEX triplet: 53, 48 and 96. RGB value is (83,72,150). Sum of RGB (Red+Green+Blue) = 83+72+150=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #534896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534896 is #ACB769. Grayscale: #535353. Windows color (decimal): -11319146 or 9848915. OLE color: 9848915.

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

Color convert

RGB8372150-
CMYK0.450.5200.41
HSL248.46º35.14%43.53%-
HSV(B)248.46º52%58.82%-
XYZ11.398.6829.93-
YUV84.18165.14127.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=27.21%
G=23.61%
B=49.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83721500.450.5200.41248.4635.1443.53
Hex5348962D34029f8232c
Octal12311022655640513704354
Binary1010011100100010010110101101110100010100111111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534896; }

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

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

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

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

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

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

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

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