#534872

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

Shades of Meteorite #534872

Tints of Meteorite #534872

Color information

#534872 (or 0x534872) is unknown color: approx Meteorite. HEX triplet: 53, 48 and 72. RGB value is (83,72,114). Sum of RGB (Red+Green+Blue) = 83+72+114=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #534872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534872 is #ACB78D. Grayscale: #4F4F4F. Windows color (decimal): -11319182 or 7489619. OLE color: 7489619.

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

Color convert

RGB8372114-
CMYK0.270.3700.55
HSL255.71º22.58%36.47%-
HSV(B)255.71º36.84%44.71%-
XYZ8.927.6916.93-
YUV80.08147.14130.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=30.86%
G=26.77%
B=42.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83721140.270.3700.55255.7122.5836.47
Hex5348721B250371001724
Octal12311016233450674002744
Binary10100111001000111001011011100101011011110000000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534872; }

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

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

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

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

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

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

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

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