#514438

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

Shades of Space Shuttle #514438

Tints of Space Shuttle #514438

Color information

#514438 (or 0x514438) is unknown color: approx Space Shuttle. HEX triplet: 51, 44 and 38. RGB value is (81,68,56). Sum of RGB (Red+Green+Blue) = 81+68+56=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #514438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514438 is #AEBBC7. Grayscale: #464646. Windows color (decimal): -11451336 or 3687505. OLE color: 3687505.

HSL color Cylindrical-coordinate representation of color #514438: hue angle of 28.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514438 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB816856-
CMYK00.160.310.68
HSL28.8º18.25%26.86%-
HSV(B)28.8º30.86%31.76%-
XYZ6.176.174.61-
YUV70.52119.81135.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=39.51%
G=33.17%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81685600.160.310.6828.818.2526.86
Hex5144380101F441d121b
Octal1211047002037104352233
Binary10100011000100111000010000111111000100111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514438; }

 p { color: rgb(81,68,56); }

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

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

 a { background-color: rgb(81,68,56); }

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

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

 span { border-color: rgb(81,68,56); }

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