Html Css Color HEX #50533F Kelp

📋 copy color: '#50533F'

red 80 ◦ green 83 ◦ blue 63

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

Shades of Kelp #50533F

Tints of Kelp #50533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 35.4%
G = 36.73%
B = 27.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#50533F (or 0x50533F) is known color: Kelp. HEX triplet: 50, 53 and 3F. RGB value is (80,83,63). Sum of RGB (Red+Green+Blue) = 80+83+63=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #50533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533F is #AFACC0. Grayscale: #4F4F4F. Windows color (decimal): -11513025 or 4150096. OLE color: 4150096.

HSL color Cylindrical-coordinate representation of color #50533F: hue angle of 69º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50533F is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 63 -
CMYK 0.04 0 0.24 0.67
HSL 69º 0.14% 0.29% -
HSV(B) 69º 0.24% 0.33% -
XYZ 7.3 8.25 5.91 -
YUV 79.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 80 83 63 0.04 0 0.24 0.67 69 0.14 0.29
Hex 50 53 3F 4 0 18 43 45 E 1D
Octal 120 123 77 4 0 30 103 105 16 35
Binary 1010000 1010011 111111 100 0 11000 1000011 1000101 1110 11101

Color Harmonies of #50533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50533F

Black with #50533F

Text Example


Text Example

White with #50533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50533F; }

 p { color: rgb(80,83,63); }

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

background-color css

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

 a { background-color: rgb(80,83,63); }

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

border-color css

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

 span { border-color: rgb(80,83,63); }

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