#514439

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

Shades of Space Shuttle #514439

Tints of Space Shuttle #514439

Color information

#514439 (or 0x514439) is unknown color: approx Space Shuttle. HEX triplet: 51, 44 and 39. RGB value is (81,68,57). Sum of RGB (Red+Green+Blue) = 81+68+57=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514439 is #AEBBC6. Grayscale: #464646. Windows color (decimal): -11451335 or 3753041. OLE color: 3753041.

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

Color convert

RGB816857-
CMYK00.160.300.68
HSL27.5º17.39%27.06%-
HSV(B)27.5º29.63%31.76%-
XYZ6.26.184.74-
YUV70.63120.31135.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=39.32%
G=33.01%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81685700.160.300.6827.517.3927.06
Hex5144390101E441c111b
Octal1211047102036104342133
Binary10100011000100111001010000111101000100111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514439; }

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

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

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

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

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

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

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

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