#505935

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

Shades of Kelp #505935

Tints of Kelp #505935

Color information

#505935 (or 0x505935) is unknown color: approx Kelp. HEX triplet: 50, 59 and 35. RGB value is (80,89,53). Sum of RGB (Red+Green+Blue) = 80+89+53=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #505935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505935 is #AFA6CA. Grayscale: #525252. Windows color (decimal): -11511499 or 3496272. OLE color: 3496272.

HSL color Cylindrical-coordinate representation of color #505935: hue angle of 75º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505935 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB808953-
CMYK0.1000.400.65
HSL75º25.35%27.84%-
HSV(B)75º40.45%34.9%-
XYZ7.529.114.73-
YUV82.2111.52126.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=36.04%
G=40.09%
B=23.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089530.1000.400.657525.3527.84
Hex505935A028414b191c
Octal12013165120501011133134
Binary1010000101100111010110100101000100000110010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505935; }

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

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

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

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

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

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

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

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