#534092

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

Shades of Blue Gem #534092

Tints of Blue Gem #534092

Color information

#534092 (or 0x534092) is unknown color: approx Blue Gem. HEX triplet: 53, 40 and 92. RGB value is (83,64,146). Sum of RGB (Red+Green+Blue) = 83+64+146=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #534092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534092 is #ACBF6D. Grayscale: #4E4E4E. Windows color (decimal): -11321198 or 9584723. OLE color: 9584723.

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

Color convert

RGB8364146-
CMYK0.430.5600.43
HSL253.9º39.05%41.18%-
HSV(B)253.9º56.16%57.25%-
XYZ10.597.5828.1-
YUV79.03165.79130.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=28.33%
G=21.84%
B=49.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83641460.430.5600.43253.939.0541.18
Hex5340922B3802Bfe2729
Octal12310022253700533764751
Binary1010011100000010010010101011111000010101111111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534092; }

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

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

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

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

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

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

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

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