#164556

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

Shades of Astronaut Blue #164556

Tints of Astronaut Blue #164556

Color information

#164556 (or 0x164556) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 56. RGB value is (22,69,86). Sum of RGB (Red+Green+Blue) = 22+69+86=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #164556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164556 is #E9BAA9. Grayscale: #383838. Windows color (decimal): -15317674 or 5653782. OLE color: 5653782.

HSL color Cylindrical-coordinate representation of color #164556: hue angle of 195.94º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164556 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB226986-
CMYK0.740.2000.66
HSL195.94º59.26%21.18%-
HSV(B)195.94º74.42%33.73%-
XYZ4.145.19.57-
YUV56.89144.43103.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=12.43%
G=38.98%
B=48.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2269860.740.2000.66195.9459.2621.18
Hex1645564A14042c43b15
Octal261051261122401023047325
Binary1011010001011010110100101010100010000101100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164556; }

 p { color: rgb(22,69,86); }

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

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

 a { background-color: rgb(22,69,86); }

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

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

 span { border-color: rgb(22,69,86); }

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