#455372

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

Shades of Astronaut #455372

Tints of Astronaut #455372

Color information

#455372 (or 0x455372) is unknown color: approx Astronaut. HEX triplet: 45, 53 and 72. RGB value is (69,83,114). Sum of RGB (Red+Green+Blue) = 69+83+114=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #455372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455372 is #BAAC8D. Grayscale: #525252. Windows color (decimal): -12233870 or 7492421. OLE color: 7492421.

HSL color Cylindrical-coordinate representation of color #455372: hue angle of 221.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455372 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6983114-
CMYK0.390.2700.55
HSL221.33º24.59%35.88%-
HSV(B)221.33º39.47%44.71%-
XYZ8.588.6717.14-
YUV82.35145.86118.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=25.94%
G=31.20%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69831140.390.2700.55221.3324.5935.88
Hex455372271B037dd1924
Octal10512316247330673353144
Binary1000101101001111100101001111101101101111101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455372; }

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

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

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

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

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

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

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

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