#534272

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

Shades of Meteorite #534272

Tints of Meteorite #534272

Color information

#534272 (or 0x534272) is unknown color: approx Meteorite. HEX triplet: 53, 42 and 72. RGB value is (83,66,114). Sum of RGB (Red+Green+Blue) = 83+66+114=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #534272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534272 is #ACBD8D. Grayscale: #4C4C4C. Windows color (decimal): -11320718 or 7488083. OLE color: 7488083.

HSL color Cylindrical-coordinate representation of color #534272: hue angle of 261.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534272 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8366114-
CMYK0.270.4200.55
HSL261.25º26.67%35.29%-
HSV(B)261.25º42.11%44.71%-
XYZ8.556.9516.81-
YUV76.55149.13132.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=31.56%
G=25.10%
B=43.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83661140.270.4200.55261.2526.6735.29
Hex5342721B2A0371051b23
Octal12310216233520674053343
Binary10100111000010111001011011101010011011110000010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534272; }

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

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

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

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

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

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

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

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