#534572

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

Shades of Meteorite #534572

Tints of Meteorite #534572

Color information

#534572 (or 0x534572) is unknown color: approx Meteorite. HEX triplet: 53, 45 and 72. RGB value is (83,69,114). Sum of RGB (Red+Green+Blue) = 83+69+114=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #534572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534572 is #ACBA8D. Grayscale: #4E4E4E. Windows color (decimal): -11319950 or 7488851. OLE color: 7488851.

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

Color convert

RGB8369114-
CMYK0.270.3900.55
HSL258.67º24.59%35.88%-
HSV(B)258.67º39.47%44.71%-
XYZ8.737.3116.87-
YUV78.32148.14131.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=31.20%
G=25.94%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83691140.270.3900.55258.6724.5935.88
Hex5345721B270371031924
Octal12310516233470674033144
Binary10100111000101111001011011100111011011110000001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534572; }

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

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

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

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

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

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

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

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