#534494

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

Shades of Blue Gem #534494

Tints of Blue Gem #534494

Color information

#534494 (or 0x534494) is unknown color: approx Blue Gem. HEX triplet: 53, 44 and 94. RGB value is (83,68,148). Sum of RGB (Red+Green+Blue) = 83+68+148=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #534494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534494 is #ACBB6B. Grayscale: #515151. Windows color (decimal): -11320172 or 9716819. OLE color: 9716819.

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

Color convert

RGB8368148-
CMYK0.440.5400.42
HSL251.25º37.04%42.35%-
HSV(B)251.25º54.05%58.04%-
XYZ10.988.1129-
YUV81.6165.47129-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=27.76%
G=22.74%
B=49.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83681480.440.5400.42251.2537.0442.35
Hex5344942C3602Afb252a
Octal12310422454660523734552
Binary1010011100010010010100101100110110010101011111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534494; }

 p { color: rgb(83,68,148); }

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

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

 a { background-color: rgb(83,68,148); }

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

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

 span { border-color: rgb(83,68,148); }

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