Html Css Color HEX #505935 Kelp

📋 copy color: '#505935'

red 80 ◦ green 89 ◦ blue 53

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

Shades of Kelp #505935

Tints of Kelp #505935

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 value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 80 89 53 -
CMYK 0.10 0 0.40 0.65
HSL 75º 0.25% 0.28% -
HSV(B) 75º 0.4% 0.35% -
XYZ 7.52 9.11 4.73 -
YUV 82.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 80 89 53 0.10 0 0.40 0.65 75 0.25 0.28
Hex 50 59 35 A 0 28 41 4B 19 1C
Octal 120 131 65 12 0 50 101 113 31 34
Binary 1010000 1011001 110101 1010 0 101000 1000001 1001011 11001 11100

Color Harmonies of #505935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505935

Black with #505935

Text Example


Text Example

White with #505935

Text Example


Text Example

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