#534197

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

Shades of Blue Gem #534197

Tints of Blue Gem #534197

Color information

#534197 (or 0x534197) is unknown color: approx Blue Gem. HEX triplet: 53, 41 and 97. RGB value is (83,65,151). Sum of RGB (Red+Green+Blue) = 83+65+151=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #534197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534197 is #ACBE68. Grayscale: #4F4F4F. Windows color (decimal): -11320937 or 9912659. OLE color: 9912659.

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

Color convert

RGB8365151-
CMYK0.450.5700.41
HSL252.56º39.81%42.35%-
HSV(B)252.56º56.95%59.22%-
XYZ11.047.8530.21-
YUV80.19167.96130.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=27.76%
G=21.74%
B=50.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83651510.450.5700.41252.5639.8142.35
Hex5341972D39029fd282a
Octal12310122755710513755052
Binary1010011100000110010111101101111001010100111111101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534197; }

 p { color: rgb(83,65,151); }

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

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

 a { background-color: rgb(83,65,151); }

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

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

 span { border-color: rgb(83,65,151); }

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