Html Css Color HEX #505538 Kelp

📋 copy color: '#505538'

red 80 ◦ green 85 ◦ blue 56

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

Shades of Kelp #505538

Tints of Kelp #505538

RGB

 RED value IS 80 (31.64% from 255) = 36.2%

 GREEN value IS 85 (33.59% from 255) = 38.46%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 36.2%
G = 38.46%
B = 25.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#505538 (or 0x505538) is known color: Kelp. HEX triplet: 50, 55 and 38. RGB value is (80,85,56). Sum of RGB (Red+Green+Blue) = 80+85+56=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #505538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505538 is #AFAAC7. Grayscale: #505050. Windows color (decimal): -11512520 or 3691856. OLE color: 3691856.

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

Color convert

RGB 80 85 56 -
CMYK 0.06 0 0.34 0.67
HSL 70.34º 0.21% 0.28% -
HSV(B) 70.34º 0.34% 0.33% -
XYZ 7.27 8.49 5 -
YUV 80.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 80 85 56 0.06 0 0.34 0.67 70.34 0.21 0.28
Hex 50 55 38 6 0 22 43 46 15 1C
Octal 120 125 70 6 0 42 103 106 25 34
Binary 1010000 1010101 111000 110 0 100010 1000011 1000110 10101 11100

Color Harmonies of #505538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505538

Black with #505538

Text Example


Text Example

White with #505538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505538; }

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

 H1.HeaderClassName
 {
   color: #505538;
 }
 .AnyTagClassName
 {
   color: #505538;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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