Html Css Color HEX #508866 Como

📋 copy color: '#508866'

red 80 ◦ green 136 ◦ blue 102

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

Shades of Como #508866

Tints of Como #508866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 25.16%
G = 42.77%
B = 32.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#508866 (or 0x508866) is known color: Como. HEX triplet: 50, 88 and 66. RGB value is (80,136,102). Sum of RGB (Red+Green+Blue) = 80+136+102=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #508866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508866 is #AF7799. Grayscale: #737373. Windows color (decimal): -11499418 or 6719568. OLE color: 6719568.

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

Color convert

RGB 80 136 102 -
CMYK 0.41 0 0.25 0.47
HSL 143.57º 0.26% 0.42% -
HSV(B) 143.57º 0.41% 0.53% -
XYZ 14.51 20.27 15.72 -
YUV 115.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 80 136 102 0.41 0 0.25 0.47 143.57 0.26 0.42
Hex 50 88 66 29 0 19 2F 90 1A 2A
Octal 120 210 146 51 0 31 57 220 32 52
Binary 1010000 10001000 1100110 101001 0 11001 101111 10010000 11010 101010

Color Harmonies of #508866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508866

Black with #508866

Text Example


Text Example

White with #508866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508866; }

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

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

background-color css

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

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

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

border-color css

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

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

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