#505638

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

Shades of Kelp #505638

Tints of Kelp #505638

Color information

#505638 (or 0x505638) is unknown color: approx Kelp. HEX triplet: 50, 56 and 38. RGB value is (80,86,56). Sum of RGB (Red+Green+Blue) = 80+86+56=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #505638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505638 is #AFA9C7. Grayscale: #505050. Windows color (decimal): -11512264 or 3692112. OLE color: 3692112.

HSL color Cylindrical-coordinate representation of color #505638: hue angle of 72º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #505638 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB808656-
CMYK0.0700.350.66
HSL72º21.13%27.84%-
HSV(B)72º34.88%33.73%-
XYZ7.358.655.02-
YUV80.79114.01127.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=36.04%
G=38.74%
B=25.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086560.0700.350.667221.1327.84
Hex50563870234248151c
Octal1201267070431021102534
Binary101000010101101110001110100011100001010010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505638; }

 p { color: rgb(80,86,56); }

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

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

 a { background-color: rgb(80,86,56); }

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

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

 span { border-color: rgb(80,86,56); }

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