#455370

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

Shades of Astronaut #455370

Tints of Astronaut #455370

Color information

#455370 (or 0x455370) is unknown color: approx Astronaut. HEX triplet: 45, 53 and 70. RGB value is (69,83,112). Sum of RGB (Red+Green+Blue) = 69+83+112=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #455370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455370 is #BAAC8F. Grayscale: #515151. Windows color (decimal): -12233872 or 7361349. OLE color: 7361349.

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

Color convert

RGB6983112-
CMYK0.380.2600.56
HSL220.47º23.76%35.49%-
HSV(B)220.47º38.39%43.92%-
XYZ8.478.6216.55-
YUV82.12144.86118.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=26.14%
G=31.44%
B=42.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69831120.380.2600.56220.4723.7635.49
Hex455370261A038dc1823
Octal10512316046320703343043
Binary1000101101001111100001001101101001110001101110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455370; }

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

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

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

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

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

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

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

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