Html Css Color HEX #508561 Como

📋 copy color: '#508561'

red 80 ◦ green 133 ◦ blue 97

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

Shades of Como #508561

Tints of Como #508561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 25.81%
G = 42.9%
B = 31.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#508561 (or 0x508561) is known color: Como. HEX triplet: 50, 85 and 61. RGB value is (80,133,97). Sum of RGB (Red+Green+Blue) = 80+133+97=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #508561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508561 is #AF7A9E. Grayscale: #717171. Windows color (decimal): -11500191 or 6391120. OLE color: 6391120.

HSL color Cylindrical-coordinate representation of color #508561: hue angle of 139.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508561 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 97 -
CMYK 0.40 0 0.27 0.48
HSL 139.25º 0.25% 0.42% -
HSV(B) 139.25º 0.4% 0.52% -
XYZ 13.85 19.34 14.31 -
YUV 113.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 80 133 97 0.40 0 0.27 0.48 139.25 0.25 0.42
Hex 50 85 61 28 0 1B 30 8B 19 2A
Octal 120 205 141 50 0 33 60 213 31 52
Binary 1010000 10000101 1100001 101000 0 11011 110000 10001011 11001 101010

Color Harmonies of #508561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508561

Black with #508561

Text Example


Text Example

White with #508561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508561; }

 p { color: rgb(80,133,97); }

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

background-color css

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

 a { background-color: rgb(80,133,97); }

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

border-color css

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

 span { border-color: rgb(80,133,97); }

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