Html Css Color HEX #50563C Kelp

📋 copy color: '#50563C'

red 80 ◦ green 86 ◦ blue 60

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

Shades of Kelp #50563C

Tints of Kelp #50563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 35.4%
G = 38.05%
B = 26.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#50563C (or 0x50563C) is known color: Kelp. HEX triplet: 50, 56 and 3C. RGB value is (80,86,60). Sum of RGB (Red+Green+Blue) = 80+86+60=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #50563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50563C is #AFA9C3. Grayscale: #515151. Windows color (decimal): -11512260 or 3954256. OLE color: 3954256.

HSL color Cylindrical-coordinate representation of color #50563C: hue angle of 73.85º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50563C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 60 -
CMYK 0.07 0 0.30 0.66
HSL 73.85º 0.18% 0.29% -
HSV(B) 73.85º 0.3% 0.34% -
XYZ 7.45 8.69 5.56 -
YUV 81.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 80 86 60 0.07 0 0.30 0.66 73.85 0.18 0.29
Hex 50 56 3C 7 0 1E 42 4A 12 1D
Octal 120 126 74 7 0 36 102 112 22 35
Binary 1010000 1010110 111100 111 0 11110 1000010 1001010 10010 11101

Color Harmonies of #50563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50563C

Black with #50563C

Text Example


Text Example

White with #50563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50563C; }

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

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

background-color css

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

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

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

border-color css

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

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

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