#534372

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

Shades of Meteorite #534372

Tints of Meteorite #534372

Color information

#534372 (or 0x534372) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 72. RGB value is (83,67,114). Sum of RGB (Red+Green+Blue) = 83+67+114=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #534372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534372 is #ACBC8D. Grayscale: #4C4C4C. Windows color (decimal): -11320462 or 7488339. OLE color: 7488339.

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

Color convert

RGB8367114-
CMYK0.270.4100.55
HSL260.43º25.97%35.49%-
HSV(B)260.43º41.23%44.71%-
XYZ8.617.0716.83-
YUV77.14148.8132.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=31.44%
G=25.38%
B=43.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83671140.270.4100.55260.4325.9735.49
Hex5343721B290371041a23
Octal12310316233510674043243
Binary10100111000011111001011011101001011011110000010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534372; }

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

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

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

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

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

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

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

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