#534895

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

Shades of Blue Gem #534895

Tints of Blue Gem #534895

Color information

#534895 (or 0x534895) is unknown color: approx Blue Gem. HEX triplet: 53, 48 and 95. RGB value is (83,72,149). Sum of RGB (Red+Green+Blue) = 83+72+149=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #534895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534895 is #ACB76A. Grayscale: #535353. Windows color (decimal): -11319147 or 9783379. OLE color: 9783379.

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

Color convert

RGB8372149-
CMYK0.440.5200.42
HSL248.57º34.84%43.33%-
HSV(B)248.57º51.68%58.43%-
XYZ11.318.6429.51-
YUV84.07164.64127.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=27.30%
G=23.68%
B=49.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83721490.440.5200.42248.5734.8443.33
Hex5348952C3402Af9232b
Octal12311022554640523714353
Binary1010011100100010010101101100110100010101011111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534895; }

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

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

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

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

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

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

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

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