Html Css Color HEX #508666 Como

📋 copy color: '#508666'

red 80 ◦ green 134 ◦ blue 102

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

Shades of Como #508666

Tints of Como #508666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 25.32%
G = 42.41%
B = 32.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#508666 (or 0x508666) is known color: Como. HEX triplet: 50, 86 and 66. RGB value is (80,134,102). Sum of RGB (Red+Green+Blue) = 80+134+102=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #508666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508666 is #AF7999. Grayscale: #727272. Windows color (decimal): -11499930 or 6719056. OLE color: 6719056.

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

Color convert

RGB 80 134 102 -
CMYK 0.40 0 0.24 0.47
HSL 144.44º 0.25% 0.42% -
HSV(B) 144.44º 0.4% 0.53% -
XYZ 14.23 19.71 15.63 -
YUV 114.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 80 134 102 0.40 0 0.24 0.47 144.44 0.25 0.42
Hex 50 86 66 28 0 18 2F 90 19 2A
Octal 120 206 146 50 0 30 57 220 31 52
Binary 1010000 10000110 1100110 101000 0 11000 101111 10010000 11001 101010

Color Harmonies of #508666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508666

Black with #508666

Text Example


Text Example

White with #508666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508666; }

 p { color: rgb(80,134,102); }

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

background-color css

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

 a { background-color: rgb(80,134,102); }

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

border-color css

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

 span { border-color: rgb(80,134,102); }

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