#534492

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

Shades of Blue Gem #534492

Tints of Blue Gem #534492

Color information

#534492 (or 0x534492) is unknown color: approx Blue Gem. HEX triplet: 53, 44 and 92. RGB value is (83,68,146). Sum of RGB (Red+Green+Blue) = 83+68+146=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #534492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534492 is #ACBB6D. Grayscale: #515151. Windows color (decimal): -11320174 or 9585747. OLE color: 9585747.

HSL color Cylindrical-coordinate representation of color #534492: hue angle of 251.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534492 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8368146-
CMYK0.430.5300.43
HSL251.54º36.45%41.96%-
HSV(B)251.54º53.42%57.25%-
XYZ10.828.0528.18-
YUV81.38164.47129.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=27.95%
G=22.90%
B=49.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83681460.430.5300.43251.5436.4541.96
Hex5344922B3502Bfc242a
Octal12310422253650533744452
Binary1010011100010010010010101011110101010101111111100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534492; }

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

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

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

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

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

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

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

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