Html Css Color HEX #507565 Como

📋 copy color: '#507565'

red 80 ◦ green 117 ◦ blue 101

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

Shades of Como #507565

Tints of Como #507565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 26.85%
G = 39.26%
B = 33.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#507565 (or 0x507565) is known color: Como. HEX triplet: 50, 75 and 65. RGB value is (80,117,101). Sum of RGB (Red+Green+Blue) = 80+117+101=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #507565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507565 is #AF8A9A. Grayscale: #686868. Windows color (decimal): -11504283 or 6649168. OLE color: 6649168.

HSL color Cylindrical-coordinate representation of color #507565: hue angle of 154.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507565 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 101 -
CMYK 0.32 0 0.14 0.54
HSL 154.05º 0.19% 0.39% -
HSV(B) 154.05º 0.32% 0.46% -
XYZ 12.02 15.37 14.64 -
YUV 104.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 80 117 101 0.32 0 0.14 0.54 154.05 0.19 0.39
Hex 50 75 65 20 0 E 36 9A 13 27
Octal 120 165 145 40 0 16 66 232 23 47
Binary 1010000 1110101 1100101 100000 0 1110 110110 10011010 10011 100111

Color Harmonies of #507565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507565

Black with #507565

Text Example


Text Example

White with #507565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507565; }

 p { color: rgb(80,117,101); }

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

background-color css

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

 a { background-color: rgb(80,117,101); }

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

border-color css

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

 span { border-color: rgb(80,117,101); }

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