Html Css Color HEX #508B5C Como

📋 copy color: '#508B5C'

red 80 ◦ green 139 ◦ blue 92

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

Shades of Como #508B5C

Tints of Como #508B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.69%

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 25.72%
G = 44.69%
B = 29.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#508B5C (or 0x508B5C) is known color: Como. HEX triplet: 50, 8B and 5C. RGB value is (80,139,92). Sum of RGB (Red+Green+Blue) = 80+139+92=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #508B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B5C is #AF74A3. Grayscale: #747474. Windows color (decimal): -11498660 or 6064976. OLE color: 6064976.

HSL color Cylindrical-coordinate representation of color #508B5C: hue angle of 132.2º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B5C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 92 -
CMYK 0.42 0 0.34 0.45
HSL 132.2º 0.27% 0.43% -
HSV(B) 132.2º 0.42% 0.55% -
XYZ 14.47 20.94 13.4 -
YUV 116 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 80 139 92 0.42 0 0.34 0.45 132.2 0.27 0.43
Hex 50 8B 5C 2A 0 22 2D 84 1B 2B
Octal 120 213 134 52 0 42 55 204 33 53
Binary 1010000 10001011 1011100 101010 0 100010 101101 10000100 11011 101011

Color Harmonies of #508B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B5C

Black with #508B5C

Text Example


Text Example

White with #508B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B5C; }

 p { color: rgb(80,139,92); }

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

background-color css

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

 a { background-color: rgb(80,139,92); }

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

border-color css

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

 span { border-color: rgb(80,139,92); }

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