Html Css Color HEX #514337 Space Shuttle

📋 copy color: '#514337'

red 81 ◦ green 67 ◦ blue 55

#514337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Space Shuttle #514337

Tints of Space Shuttle #514337

RGB

 RED value IS 81 (32.03% from 255) = 39.9%

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 39.9%
G = 33%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#514337 (or 0x514337) is known color: Space Shuttle. HEX triplet: 51, 43 and 37. RGB value is (81,67,55). Sum of RGB (Red+Green+Blue) = 81+67+55=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514337 is #AEBCC8. Grayscale: #454545. Windows color (decimal): -11451593 or 3621713. OLE color: 3621713.

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

Color convert

RGB 81 67 55 -
CMYK 0 0.17 0.32 0.68
HSL 27.69º 0.19% 0.27% -
HSV(B) 27.69º 0.32% 0.32% -
XYZ 6.09 6.04 4.46 -
YUV 69.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 81 67 55 0 0.17 0.32 0.68 27.69 0.19 0.27
Hex 51 43 37 0 11 20 44 1C 13 1B
Octal 121 103 67 0 21 40 104 34 23 33
Binary 1010001 1000011 110111 0 10001 100000 1000100 11100 10011 11011

Color Harmonies of #514337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514337

Black with #514337

Text Example


Text Example

White with #514337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514337; }

 p { color: rgb(81,67,55); }

 H1.HeaderClassName
 {
   color: #514337;
 }
 .AnyTagClassName
 {
   color: #514337;
 }
</style>

background-color css

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

 a { background-color: rgb(81,67,55); }

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

border-color css

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

 span { border-color: rgb(81,67,55); }

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