#534A6C

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

Shades of Meteorite #534A6C

Tints of Meteorite #534A6C

Color information

#534A6C (or 0x534A6C) is unknown color: approx Meteorite. HEX triplet: 53, 4A and 6C. RGB value is (83,74,108). Sum of RGB (Red+Green+Blue) = 83+74+108=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #534A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A6C is #ACB593. Grayscale: #505050. Windows color (decimal): -11318676 or 7096915. OLE color: 7096915.

HSL color Cylindrical-coordinate representation of color #534A6C: hue angle of 255.88º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #534A6C is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8374108-
CMYK0.230.3100.58
HSL255.88º18.68%35.69%-
HSV(B)255.88º31.48%42.35%-
XYZ8.727.8215.24-
YUV80.57143.48129.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=31.32%
G=27.92%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83741080.230.3100.58255.8818.6835.69
Hex534A6C171F03A1001324
Octal12311215427370724002344
Binary1010011100101011011001011111111011101010000000010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A6C; }

 p { color: rgb(83,74,108); }

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

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

 a { background-color: rgb(83,74,108); }

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

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

 span { border-color: rgb(83,74,108); }

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