#515542

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

Shades of Kelp #515542

Tints of Kelp #515542

Color information

#515542 (or 0x515542) is unknown color: approx Kelp. HEX triplet: 51, 55 and 42. RGB value is (81,85,66). Sum of RGB (Red+Green+Blue) = 81+85+66=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #515542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515542 is #AEAABD. Grayscale: #515151. Windows color (decimal): -11446974 or 4347217. OLE color: 4347217.

HSL color Cylindrical-coordinate representation of color #515542: hue angle of 72.63º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515542 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB818566-
CMYK0.0500.220.67
HSL72.63º12.58%29.61%-
HSV(B)72.63º22.35%33.33%-
XYZ7.638.646.42-
YUV81.64119.17127.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=34.91%
G=36.64%
B=28.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185660.0500.220.6772.6312.5829.61
Hex51554250164349d1e
Octal12112510250261031111536
Binary10100011010101100001010101011010000111001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515542; }

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

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

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

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

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

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

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

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