#504538

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

Shades of Space Shuttle #504538

Tints of Space Shuttle #504538

Color information

#504538 (or 0x504538) is unknown color: approx Space Shuttle. HEX triplet: 50, 45 and 38. RGB value is (80,69,56). Sum of RGB (Red+Green+Blue) = 80+69+56=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504538 is #AFBAC7. Grayscale: #464646. Windows color (decimal): -11516616 or 3687760. OLE color: 3687760.

HSL color Cylindrical-coordinate representation of color #504538: hue angle of 32.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504538 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB806956-
CMYK00.140.300.69
HSL32.5º17.65%26.67%-
HSV(B)32.5º30%31.37%-
XYZ6.156.254.62-
YUV70.81119.64134.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=39.02%
G=33.66%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80695600.140.300.6932.517.6526.67
Hex5045380E1E4521121b
Octal1201057001636105412233
Binary10100001000101111000011101111010001011000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504538; }

 p { color: rgb(80,69,56); }

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

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

 a { background-color: rgb(80,69,56); }

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

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

 span { border-color: rgb(80,69,56); }

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