#51553E

Color #51553E Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #51553E

Tints of Kelp #51553E

Color information

#51553E (or 0x51553E) is unknown color: approx Kelp. HEX triplet: 51, 55 and 3E. RGB value is (81,85,62). Sum of RGB (Red+Green+Blue) = 81+85+62=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #51553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51553E is #AEAAC1. Grayscale: #515151. Windows color (decimal): -11446978 or 4085073. OLE color: 4085073.

HSL color Cylindrical-coordinate representation of color #51553E: hue angle of 70.43º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51553E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB818562-
CMYK0.0500.270.67
HSL70.43º15.65%28.82%-
HSV(B)70.43º27.06%33.33%-
XYZ7.518.595.82-
YUV81.18117.17127.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=35.53%
G=37.28%
B=27.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185620.0500.270.6770.4315.6528.82
Hex51553E501B4346101d
Octal1211257650331031062035
Binary10100011010101111110101011011100001110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51553E; }

 p { color: rgb(81,85,62); }

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

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

 a { background-color: rgb(81,85,62); }

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

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

 span { border-color: rgb(81,85,62); }

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