#534195

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

Shades of Blue Gem #534195

Tints of Blue Gem #534195

Color information

#534195 (or 0x534195) is unknown color: approx Blue Gem. HEX triplet: 53, 41 and 95. RGB value is (83,65,149). Sum of RGB (Red+Green+Blue) = 83+65+149=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #534195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534195 is #ACBE6A. Grayscale: #4F4F4F. Windows color (decimal): -11320939 or 9781587. OLE color: 9781587.

HSL color Cylindrical-coordinate representation of color #534195: hue angle of 252.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534195 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8365149-
CMYK0.440.5600.42
HSL252.86º39.25%41.96%-
HSV(B)252.86º56.38%58.43%-
XYZ10.887.7929.36-
YUV79.96166.96130.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=27.95%
G=21.89%
B=50.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83651490.440.5600.42252.8639.2541.96
Hex5341952C3802Afd272a
Octal12310122554700523754752
Binary1010011100000110010101101100111000010101011111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534195; }

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

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

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

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

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

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

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

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