Html Css Color HEX #507665 Como

📋 copy color: '#507665'

red 80 ◦ green 118 ◦ blue 101

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

Shades of Como #507665

Tints of Como #507665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 26.76%
G = 39.46%
B = 33.78%

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

#507665 (or 0x507665) is known color: Como. HEX triplet: 50, 76 and 65. RGB value is (80,118,101). Sum of RGB (Red+Green+Blue) = 80+118+101=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #507665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507665 is #AF899A. Grayscale: #686868. Windows color (decimal): -11504027 or 6649424. OLE color: 6649424.

HSL color Cylindrical-coordinate representation of color #507665: hue angle of 153.16º 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 #507665 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 101 -
CMYK 0.32 0 0.14 0.54
HSL 153.16º 0.19% 0.39% -
HSV(B) 153.16º 0.32% 0.46% -
XYZ 12.14 15.6 14.68 -
YUV 104.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 80 118 101 0.32 0 0.14 0.54 153.16 0.19 0.39
Hex 50 76 65 20 0 E 36 99 13 27
Octal 120 166 145 40 0 16 66 231 23 47
Binary 1010000 1110110 1100101 100000 0 1110 110110 10011001 10011 100111

Color Harmonies of #507665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507665

Black with #507665

Text Example


Text Example

White with #507665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507665; }

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

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

background-color css

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

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

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

border-color css

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

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

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