Html Css Color HEX #50625F Mako

📋 copy color: '#50625F'

red 80 ◦ green 98 ◦ blue 95

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

Shades of Mako #50625F

Tints of Mako #50625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 29.3%
G = 35.9%
B = 34.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#50625F (or 0x50625F) is known color: Mako. HEX triplet: 50, 62 and 5F. RGB value is (80,98,95). Sum of RGB (Red+Green+Blue) = 80+98+95=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #50625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625F is #AF9DA0. Grayscale: #5C5C5C. Windows color (decimal): -11509153 or 6251088. OLE color: 6251088.

HSL color Cylindrical-coordinate representation of color #50625F: hue angle of 170º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50625F is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 95 -
CMYK 0.18 0 0.03 0.62
HSL 170º 0.1% 0.35% -
HSV(B) 170º 0.18% 0.38% -
XYZ 9.74 11.27 12.49 -
YUV 92.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 80 98 95 0.18 0 0.03 0.62 170 0.1 0.35
Hex 50 62 5F 12 0 3 3E AA A 23
Octal 120 142 137 22 0 3 76 252 12 43
Binary 1010000 1100010 1011111 10010 0 11 111110 10101010 1010 100011

Color Harmonies of #50625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50625F

Black with #50625F

Text Example


Text Example

White with #50625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50625F; }

 p { color: rgb(80,98,95); }

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

background-color css

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

 a { background-color: rgb(80,98,95); }

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

border-color css

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

 span { border-color: rgb(80,98,95); }

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