#43516F

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

Shades of Astronaut #43516F

Tints of Astronaut #43516F

Color information

#43516F (or 0x43516F) is unknown color: approx Astronaut. HEX triplet: 43, 51 and 6F. RGB value is (67,81,111). Sum of RGB (Red+Green+Blue) = 67+81+111=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #43516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43516F is #BCAE90. Grayscale: #505050. Windows color (decimal): -12365457 or 7295299. OLE color: 7295299.

HSL color Cylindrical-coordinate representation of color #43516F: hue angle of 220.91º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43516F is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6781111-
CMYK0.400.2700.56
HSL220.91º24.72%34.9%-
HSV(B)220.91º39.64%43.53%-
XYZ8.138.2316.2-
YUV80.23145.36118.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.87%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=25.87%
G=31.27%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67811110.400.2700.56220.9124.7234.9
Hex43516F281B038dd1923
Octal10312115750330703353143
Binary1000011101000111011111010001101101110001101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43516F; }

 p { color: rgb(67,81,111); }

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

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

 a { background-color: rgb(67,81,111); }

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

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

 span { border-color: rgb(67,81,111); }

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