Html Css Color HEX #508560 Como

📋 copy color: '#508560'

red 80 ◦ green 133 ◦ blue 96

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

Shades of Como #508560

Tints of Como #508560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 25.89%
G = 43.04%
B = 31.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#508560 (or 0x508560) is known color: Como. HEX triplet: 50, 85 and 60. RGB value is (80,133,96). Sum of RGB (Red+Green+Blue) = 80+133+96=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #508560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508560 is #AF7A9F. Grayscale: #717171. Windows color (decimal): -11500192 or 6325584. OLE color: 6325584.

HSL color Cylindrical-coordinate representation of color #508560: hue angle of 138.11º 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 #508560 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 96 -
CMYK 0.40 0 0.28 0.48
HSL 138.11º 0.25% 0.42% -
HSV(B) 138.11º 0.4% 0.52% -
XYZ 13.81 19.33 14.07 -
YUV 112.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 80 133 96 0.40 0 0.28 0.48 138.11 0.25 0.42
Hex 50 85 60 28 0 1C 30 8A 19 2A
Octal 120 205 140 50 0 34 60 212 31 52
Binary 1010000 10000101 1100000 101000 0 11100 110000 10001010 11001 101010

Color Harmonies of #508560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508560

Black with #508560

Text Example


Text Example

White with #508560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508560; }

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

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

background-color css

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

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

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

border-color css

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

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

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