#43516E

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

Shades of Astronaut #43516E

Tints of Astronaut #43516E

Color information

#43516E (or 0x43516E) is unknown color: approx Astronaut. HEX triplet: 43, 51 and 6E. RGB value is (67,81,110). Sum of RGB (Red+Green+Blue) = 67+81+110=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #43516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43516E is #BCAE91. Grayscale: #4F4F4F. Windows color (decimal): -12365458 or 7229763. OLE color: 7229763.

HSL color Cylindrical-coordinate representation of color #43516E: hue angle of 220.47º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43516E is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6781110-
CMYK0.390.2600.57
HSL220.47º24.29%34.71%-
HSV(B)220.47º39.09%43.14%-
XYZ8.078.215.91-
YUV80.12144.86118.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=25.97%
G=31.40%
B=42.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67811100.390.2600.57220.4724.2934.71
Hex43516E271A039dc1823
Octal10312115647320713343043
Binary1000011101000111011101001111101001110011101110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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