#507A61

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

Shades of Como #507A61

Tints of Como #507A61

Color information

#507A61 (or 0x507A61) is unknown color: approx Como. HEX triplet: 50, 7A and 61. RGB value is (80,122,97). Sum of RGB (Red+Green+Blue) = 80+122+97=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #507A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A61 is #AF859E. Grayscale: #6A6A6A. Windows color (decimal): -11503007 or 6388304. OLE color: 6388304.

HSL color Cylindrical-coordinate representation of color #507A61: hue angle of 144.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507A61 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8012297-
CMYK0.3400.200.52
HSL144.29º20.79%39.61%-
HSV(B)144.29º34.43%47.84%-
XYZ12.4316.4913.84-
YUV106.59122.59109.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=26.76%
G=40.80%
B=32.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122970.3400.200.52144.2920.7939.61
Hex507A612201434901528
Octal12017214142024642202550
Binary1010000111101011000011000100101001101001001000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507A61; }

 p { color: rgb(80,122,97); }

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

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

 a { background-color: rgb(80,122,97); }

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

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

 span { border-color: rgb(80,122,97); }

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