Html Css Color HEX #507865 Como

📋 copy color: '#507865'

red 80 ◦ green 120 ◦ blue 101

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

Shades of Como #507865

Tints of Como #507865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

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

R = 26.58%
G = 39.87%
B = 33.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#507865 (or 0x507865) is known color: Como. HEX triplet: 50, 78 and 65. RGB value is (80,120,101). Sum of RGB (Red+Green+Blue) = 80+120+101=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #507865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507865 is #AF879A. Grayscale: #696969. Windows color (decimal): -11503515 or 6649936. OLE color: 6649936.

HSL color Cylindrical-coordinate representation of color #507865: hue angle of 151.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507865 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 101 -
CMYK 0.33 0 0.16 0.53
HSL 151.5º 0.2% 0.39% -
HSV(B) 151.5º 0.33% 0.47% -
XYZ 12.37 16.08 14.76 -
YUV 105.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 80 120 101 0.33 0 0.16 0.53 151.5 0.2 0.39
Hex 50 78 65 21 0 10 35 98 14 27
Octal 120 170 145 41 0 20 65 230 24 47
Binary 1010000 1111000 1100101 100001 0 10000 110101 10011000 10100 100111

Color Harmonies of #507865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507865

Black with #507865

Text Example


Text Example

White with #507865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507865; }

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

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

background-color css

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

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

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

border-color css

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

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

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