Html Css Color HEX #505245 Kelp

📋 copy color: '#505245'

red 80 ◦ green 82 ◦ blue 69

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

Shades of Kelp #505245

Tints of Kelp #505245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.5%

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 34.63%
G = 35.5%
B = 29.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#505245 (or 0x505245) is known color: Kelp. HEX triplet: 50, 52 and 45. RGB value is (80,82,69). Sum of RGB (Red+Green+Blue) = 80+82+69=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #505245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505245 is #AFADBA. Grayscale: #4F4F4F. Windows color (decimal): -11513275 or 4543056. OLE color: 4543056.

HSL color Cylindrical-coordinate representation of color #505245: hue angle of 69.23º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505245 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 69 -
CMYK 0.02 0 0.16 0.68
HSL 69.23º 0.09% 0.3% -
HSV(B) 69.23º 0.16% 0.32% -
XYZ 7.4 8.17 6.82 -
YUV 79.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 80 82 69 0.02 0 0.16 0.68 69.23 0.09 0.3
Hex 50 52 45 2 0 10 44 45 9 1E
Octal 120 122 105 2 0 20 104 105 11 36
Binary 1010000 1010010 1000101 10 0 10000 1000100 1000101 1001 11110

Color Harmonies of #505245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505245

Black with #505245

Text Example


Text Example

White with #505245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505245; }

 p { color: rgb(80,82,69); }

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

background-color css

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

 a { background-color: rgb(80,82,69); }

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

border-color css

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

 span { border-color: rgb(80,82,69); }

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