Html Css Color HEX #508764 Como

📋 copy color: '#508764'

red 80 ◦ green 135 ◦ blue 100

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

Shades of Como #508764

Tints of Como #508764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.86%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 25.4%
G = 42.86%
B = 31.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#508764 (or 0x508764) is known color: Como. HEX triplet: 50, 87 and 64. RGB value is (80,135,100). Sum of RGB (Red+Green+Blue) = 80+135+100=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #508764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508764 is #AF789B. Grayscale: #727272. Windows color (decimal): -11499676 or 6588240. OLE color: 6588240.

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

Color convert

RGB 80 135 100 -
CMYK 0.41 0 0.26 0.47
HSL 141.82º 0.26% 0.42% -
HSV(B) 141.82º 0.41% 0.53% -
XYZ 14.27 19.95 15.16 -
YUV 114.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 80 135 100 0.41 0 0.26 0.47 141.82 0.26 0.42
Hex 50 87 64 29 0 1A 2F 8E 1A 2A
Octal 120 207 144 51 0 32 57 216 32 52
Binary 1010000 10000111 1100100 101001 0 11010 101111 10001110 11010 101010

Color Harmonies of #508764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508764

Black with #508764

Text Example


Text Example

White with #508764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508764; }

 p { color: rgb(80,135,100); }

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

background-color css

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

 a { background-color: rgb(80,135,100); }

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

border-color css

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

 span { border-color: rgb(80,135,100); }

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