Html Css Color HEX #508066 Como

📋 copy color: '#508066'

red 80 ◦ green 128 ◦ blue 102

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

Shades of Como #508066

Tints of Como #508066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.29%

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

R = 25.81%
G = 41.29%
B = 32.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#508066 (or 0x508066) is known color: Como. HEX triplet: 50, 80 and 66. RGB value is (80,128,102). Sum of RGB (Red+Green+Blue) = 80+128+102=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #508066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508066 is #AF7F99. Grayscale: #6E6E6E. Windows color (decimal): -11501466 or 6717520. OLE color: 6717520.

HSL color Cylindrical-coordinate representation of color #508066: hue angle of 147.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508066 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 102 -
CMYK 0.38 0 0.20 0.50
HSL 147.5º 0.23% 0.41% -
HSV(B) 147.5º 0.38% 0.5% -
XYZ 13.43 18.1 15.36 -
YUV 110.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 80 128 102 0.38 0 0.20 0.50 147.5 0.23 0.41
Hex 50 80 66 26 0 14 32 94 17 29
Octal 120 200 146 46 0 24 62 224 27 51
Binary 1010000 10000000 1100110 100110 0 10100 110010 10010100 10111 101001

Color Harmonies of #508066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508066

Black with #508066

Text Example


Text Example

White with #508066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508066; }

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

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

background-color css

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

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

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

border-color css

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

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

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