#575B42

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

Shades of Kelp #575B42

Tints of Kelp #575B42

Color information

#575B42 (or 0x575B42) is unknown color: approx Kelp. HEX triplet: 57, 5B and 42. RGB value is (87,91,66). Sum of RGB (Red+Green+Blue) = 87+91+66=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #575B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B42 is #A8A4BD. Grayscale: #575757. Windows color (decimal): -11052222 or 4348759. OLE color: 4348759.

HSL color Cylindrical-coordinate representation of color #575B42: hue angle of 69.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575B42 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB879166-
CMYK0.0400.270.64
HSL69.6º15.92%30.78%-
HSV(B)69.6º27.47%35.69%-
XYZ8.659.96.61-
YUV86.95116.17128.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=35.66%
G=37.30%
B=27.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791660.0400.270.6469.615.9230.78
Hex575B42401B4046101f
Octal12713310240331001062037
Binary101011110110111000010100011011100000010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575B42; }

 p { color: rgb(87,91,66); }

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

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

 a { background-color: rgb(87,91,66); }

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

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

 span { border-color: rgb(87,91,66); }

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