#51553B

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

Shades of Kelp #51553B

Tints of Kelp #51553B

Color information

#51553B (or 0x51553B) is unknown color: approx Kelp. HEX triplet: 51, 55 and 3B. RGB value is (81,85,59). Sum of RGB (Red+Green+Blue) = 81+85+59=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #51553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51553B is #AEAAC4. Grayscale: #505050. Windows color (decimal): -11446981 or 3888465. OLE color: 3888465.

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

Color convert

RGB818559-
CMYK0.0500.310.67
HSL69.23º18.06%28.24%-
HSV(B)69.23º30.59%33.33%-
XYZ7.438.565.4-
YUV80.84115.67128.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=36%
G=37.78%
B=26.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185590.0500.310.6769.2318.0628.24
Hex51553B501F4345121c
Octal1211257350371031052234
Binary10100011010101111011101011111100001110001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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