#507B66

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

Shades of Como #507B66

Tints of Como #507B66

Color information

#507B66 (or 0x507B66) is unknown color: approx Como. HEX triplet: 50, 7B and 66. RGB value is (80,123,102). Sum of RGB (Red+Green+Blue) = 80+123+102=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #507B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B66 is #AF8499. Grayscale: #6B6B6B. Windows color (decimal): -11502746 or 6716240. OLE color: 6716240.

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

Color convert

RGB80123102-
CMYK0.3500.170.52
HSL150.7º21.18%39.8%-
HSV(B)150.7º34.96%48.24%-
XYZ12.7916.8315.14-
YUV107.75124.75108.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=26.23%
G=40.33%
B=33.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801231020.3500.170.52150.721.1839.8
Hex507B662301134971528
Octal12017314643021642272550
Binary1010000111101111001101000110100011101001001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,123,102); }

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

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

 a { background-color: rgb(80,123,102); }

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

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

 span { border-color: rgb(80,123,102); }

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