#534275

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

Shades of Meteorite #534275

Tints of Meteorite #534275

Color information

#534275 (or 0x534275) is unknown color: approx Meteorite. HEX triplet: 53, 42 and 75. RGB value is (83,66,117). Sum of RGB (Red+Green+Blue) = 83+66+117=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #534275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534275 is #ACBD8A. Grayscale: #4C4C4C. Windows color (decimal): -11320715 or 7684691. OLE color: 7684691.

HSL color Cylindrical-coordinate representation of color #534275: hue angle of 260º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534275 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8366117-
CMYK0.290.4400.54
HSL260º27.87%35.88%-
HSV(B)260º43.59%45.88%-
XYZ8.737.0217.72-
YUV76.9150.63132.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=31.20%
G=24.81%
B=43.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83661170.290.4400.5426027.8735.88
Hex5342751D2C0361041c24
Octal12310216535540664043444
Binary10100111000010111010111101101100011011010000010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534275; }

 p { color: rgb(83,66,117); }

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

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

 a { background-color: rgb(83,66,117); }

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

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

 span { border-color: rgb(83,66,117); }

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