#505535

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

Shades of Kelp #505535

Tints of Kelp #505535

Color information

#505535 (or 0x505535) is unknown color: approx Kelp. HEX triplet: 50, 55 and 35. RGB value is (80,85,53). Sum of RGB (Red+Green+Blue) = 80+85+53=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #505535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505535 is #AFAACA. Grayscale: #4F4F4F. Windows color (decimal): -11512523 or 3495248. OLE color: 3495248.

HSL color Cylindrical-coordinate representation of color #505535: hue angle of 69.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505535 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB808553-
CMYK0.0600.380.67
HSL69.38º23.19%27.06%-
HSV(B)69.38º37.65%33.33%-
XYZ7.28.464.62-
YUV79.86112.84128.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=36.70%
G=38.99%
B=24.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085530.0600.380.6769.3823.1927.06
Hex50553560264345171b
Octal1201256560461031052733
Binary101000010101011101011100100110100001110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505535; }

 p { color: rgb(80,85,53); }

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

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

 a { background-color: rgb(80,85,53); }

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

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

 span { border-color: rgb(80,85,53); }

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