Html Css Color HEX #505734 Kelp

📋 copy color: '#505734'

red 80 ◦ green 87 ◦ blue 52

#505734
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelp #505734

Tints of Kelp #505734

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.7% from 255) = 23.74%

R = 36.53%
G = 39.73%
B = 23.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#505734 (or 0x505734) is known color: 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

RGB 80 87 52 -
CMYK 0.08 0 0.40 0.66
HSL 72º 0.25% 0.27% -
HSV(B) 72º 0.4% 0.34% -
XYZ 7.34 8.77 4.55 -
YUV 80.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 80 87 52 0.08 0 0.40 0.66 72 0.25 0.27
Hex 50 57 34 8 0 28 42 48 19 1B
Octal 120 127 64 10 0 50 102 110 31 33
Binary 1010000 1010111 110100 1000 0 101000 1000010 1001000 11001 11011

Color Harmonies of #505734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505734

Black with #505734

Text Example


Text Example

White with #505734

Text Example


Text Example

HTML Codes & Css Web 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>