#508B62

Color #508B62 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #508B62

Tints of Como #508B62

Color information

#508B62 (or 0x508B62) is unknown color: approx Como. HEX triplet: 50, 8B and 62. RGB value is (80,139,98). Sum of RGB (Red+Green+Blue) = 80+139+98=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #508B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B62 is #AF749D. Grayscale: #747474. Windows color (decimal): -11498654 or 6458192. OLE color: 6458192.

HSL color Cylindrical-coordinate representation of color #508B62: hue angle of 138.31º 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 #508B62 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB8013998-
CMYK0.4200.290.45
HSL138.31º26.94%42.94%-
HSV(B)138.31º42.45%54.51%-
XYZ14.7521.0514.84-
YUV116.68117.45101.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=25.24%
G=43.85%
B=30.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80139980.4200.290.45138.3126.9442.94
Hex508B622A01D2D8a1b2b
Octal12021314252035552123353
Binary10100001000101111000101010100111011011011000101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #508B62;
 }
 .AnyTagClassName
 {
   color: #508B62;
 }
</style>
background-color css

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

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

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

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

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

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