Html Css Color HEX #507060 Como

📋 copy color: '#507060'

red 80 ◦ green 112 ◦ blue 96

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

Shades of Como #507060

Tints of Como #507060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#507060 (or 0x507060) is known color: Como. HEX triplet: 50, 70 and 60. RGB value is (80,112,96). Sum of RGB (Red+Green+Blue) = 80+112+96=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #507060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507060 is #AF8F9F. Grayscale: #646464. Windows color (decimal): -11505568 or 6320208. OLE color: 6320208.

HSL color Cylindrical-coordinate representation of color #507060: hue angle of 150º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507060 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 96 -
CMYK 0.29 0 0.14 0.56
HSL 150º 0.17% 0.38% -
HSV(B) 150º 0.29% 0.44% -
XYZ 11.21 14.14 13.2 -
YUV 100.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 80 112 96 0.29 0 0.14 0.56 150 0.17 0.38
Hex 50 70 60 1D 0 E 38 96 11 26
Octal 120 160 140 35 0 16 70 226 21 46
Binary 1010000 1110000 1100000 11101 0 1110 111000 10010110 10001 100110

Color Harmonies of #507060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507060

Black with #507060

Text Example


Text Example

White with #507060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507060; }

 p { color: rgb(80,112,96); }

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

background-color css

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

 a { background-color: rgb(80,112,96); }

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

border-color css

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

 span { border-color: rgb(80,112,96); }

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