#455377

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

Shades of Astronaut #455377

Tints of Astronaut #455377

Color information

#455377 (or 0x455377) is unknown color: approx Astronaut. HEX triplet: 45, 53 and 77. RGB value is (69,83,119). Sum of RGB (Red+Green+Blue) = 69+83+119=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #455377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455377 is #BAAC88. Grayscale: #525252. Windows color (decimal): -12233865 or 7820101. OLE color: 7820101.

HSL color Cylindrical-coordinate representation of color #455377: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455377 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6983119-
CMYK0.420.3000.53
HSL223.2º26.6%36.86%-
HSV(B)223.2º42.02%46.67%-
XYZ8.888.7818.68-
YUV82.92148.36118.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=25.46%
G=30.63%
B=43.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69831190.420.3000.53223.226.636.86
Hex4553772A1E035df1b25
Octal10512316752360653373345
Binary1000101101001111101111010101111001101011101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455377; }

 p { color: rgb(69,83,119); }

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

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

 a { background-color: rgb(69,83,119); }

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

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

 span { border-color: rgb(69,83,119); }

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