Html Css Color HEX #508663 Como

📋 copy color: '#508663'

red 80 ◦ green 134 ◦ blue 99

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

Shades of Como #508663

Tints of Como #508663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 25.56%
G = 42.81%
B = 31.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#508663 (or 0x508663) is known color: Como. HEX triplet: 50, 86 and 63. RGB value is (80,134,99). Sum of RGB (Red+Green+Blue) = 80+134+99=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #508663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508663 is #AF799C. Grayscale: #717171. Windows color (decimal): -11499933 or 6522448. OLE color: 6522448.

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

Color convert

RGB 80 134 99 -
CMYK 0.40 0 0.26 0.47
HSL 141.11º 0.25% 0.42% -
HSV(B) 141.11º 0.4% 0.53% -
XYZ 14.09 19.66 14.86 -
YUV 113.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 80 134 99 0.40 0 0.26 0.47 141.11 0.25 0.42
Hex 50 86 63 28 0 1A 2F 8D 19 2A
Octal 120 206 143 50 0 32 57 215 31 52
Binary 1010000 10000110 1100011 101000 0 11010 101111 10001101 11001 101010

Color Harmonies of #508663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508663

Black with #508663

Text Example


Text Example

White with #508663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508663; }

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

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

background-color css

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

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

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

border-color css

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

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

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