Html Css Color HEX #508665 Como

📋 copy color: '#508665'

red 80 ◦ green 134 ◦ blue 101

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

Shades of Como #508665

Tints of Como #508665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 25.4%
G = 42.54%
B = 32.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#508665 (or 0x508665) is known color: Como. HEX triplet: 50, 86 and 65. RGB value is (80,134,101). Sum of RGB (Red+Green+Blue) = 80+134+101=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #508665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508665 is #AF799A. Grayscale: #727272. Windows color (decimal): -11499931 or 6653520. OLE color: 6653520.

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

Color convert

RGB 80 134 101 -
CMYK 0.40 0 0.25 0.47
HSL 143.33º 0.25% 0.42% -
HSV(B) 143.33º 0.4% 0.53% -
XYZ 14.18 19.7 15.37 -
YUV 114.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 80 134 101 0.40 0 0.25 0.47 143.33 0.25 0.42
Hex 50 86 65 28 0 19 2F 8F 19 2A
Octal 120 206 145 50 0 31 57 217 31 52
Binary 1010000 10000110 1100101 101000 0 11001 101111 10001111 11001 101010

Color Harmonies of #508665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508665

Black with #508665

Text Example


Text Example

White with #508665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508665; }

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

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

background-color css

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

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

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

border-color css

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

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

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