#505734

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

Shades of Kelp #505734

Tints of Kelp #505734

Color information

#505734 (or 0x505734) is unknown color: approx Kelp. HEX triplet: 50, 57 and 34. RGB value is (80,87,52). Sum of RGB (Red+Green+Blue) = 80+87+52=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #505734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505734 is #AFA8CB. Grayscale: #515151. Windows color (decimal): -11512012 or 3430224. OLE color: 3430224.

HSL color Cylindrical-coordinate representation of color #505734: hue angle of 72º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505734 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB808752-
CMYK0.0800.400.66
HSL72º25.18%27.25%-
HSV(B)72º40.23%34.12%-
XYZ7.348.774.55-
YUV80.92111.68127.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=36.53%
G=39.73%
B=23.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087520.0800.400.667225.1827.25
Hex50573480284248191b
Octal12012764100501021103133
Binary1010000101011111010010000101000100001010010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505734; }

 p { color: rgb(80,87,52); }

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

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

 a { background-color: rgb(80,87,52); }

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

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

 span { border-color: rgb(80,87,52); }

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