#534167

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

Shades of Meteorite #534167

Tints of Meteorite #534167

Color information

#534167 (or 0x534167) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 67. RGB value is (83,65,103). Sum of RGB (Red+Green+Blue) = 83+65+103=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #534167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534167 is #ACBE98. Grayscale: #4A4A4A. Windows color (decimal): -11320985 or 6766931. OLE color: 6766931.

HSL color Cylindrical-coordinate representation of color #534167: hue angle of 268.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534167 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8365103-
CMYK0.190.3700.60
HSL268.42º22.62%32.94%-
HSV(B)268.42º36.89%40.39%-
XYZ7.916.613.69-
YUV74.71143.96133.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=33.07%
G=25.90%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83651030.190.3700.60268.4222.6232.94
Hex534167132503C10c1721
Octal12310114723450744142741
Binary10100111000001110011110011100101011110010000110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534167; }

 p { color: rgb(83,65,103); }

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

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

 a { background-color: rgb(83,65,103); }

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

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

 span { border-color: rgb(83,65,103); }

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