#51553F

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

Shades of Kelp #51553F

Tints of Kelp #51553F

Color information

#51553F (or 0x51553F) is unknown color: approx Kelp. HEX triplet: 51, 55 and 3F. RGB value is (81,85,63). Sum of RGB (Red+Green+Blue) = 81+85+63=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #51553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51553F is #AEAAC0. Grayscale: #515151. Windows color (decimal): -11446977 or 4150609. OLE color: 4150609.

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

Color convert

RGB818563-
CMYK0.0500.260.67
HSL70.91º14.86%29.02%-
HSV(B)70.91º25.88%33.33%-
XYZ7.548.615.97-
YUV81.3117.67127.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 63 (25% from 255) = 27.51%
R=35.37%
G=37.12%
B=27.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185630.0500.260.6770.9114.8629.02
Hex51553F501A4347f1d
Octal1211257750321031071735
Binary1010001101010111111110101101010000111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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