#534166

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

Shades of Meteorite #534166

Tints of Meteorite #534166

Color information

#534166 (or 0x534166) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 66. RGB value is (83,65,102). Sum of RGB (Red+Green+Blue) = 83+65+102=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #534166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534166 is #ACBE99. Grayscale: #4A4A4A. Windows color (decimal): -11320986 or 6701395. OLE color: 6701395.

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

Color convert

RGB8365102-
CMYK0.190.3600.6
HSL269.19º22.16%32.75%-
HSV(B)269.19º36.27%40%-
XYZ7.866.5813.43-
YUV74.6143.46133.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=33.2%
G=26%
B=40.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83651020.190.3600.6269.1922.1632.75
Hex534166132403C10d1621
Octal12310114623440744152641
Binary10100111000001110011010011100100011110010000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534166; }

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

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

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

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

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

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

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

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