#514539

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

Shades of Space Shuttle #514539

Tints of Space Shuttle #514539

Color information

#514539 (or 0x514539) is unknown color: approx Space Shuttle. HEX triplet: 51, 45 and 39. RGB value is (81,69,57). Sum of RGB (Red+Green+Blue) = 81+69+57=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514539 is #AEBAC6. Grayscale: #474747. Windows color (decimal): -11451079 or 3753297. OLE color: 3753297.

HSL color Cylindrical-coordinate representation of color #514539: hue angle of 30º 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 #514539 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB816957-
CMYK00.150.300.68
HSL30º17.39%27.06%-
HSV(B)30º29.63%31.76%-
XYZ6.266.34.76-
YUV71.22119.98134.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=39.13%
G=33.33%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81695700.150.300.683017.3927.06
Hex5145390F1E441e111b
Octal1211057101736104362133
Binary1010001100010111100101111111101000100111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514539; }

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

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

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

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

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

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

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

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