#53625F

Color #53625F Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #53625F

Tints of Mako #53625F

Color information

#53625F (or 0x53625F) is unknown color: approx Mako. HEX triplet: 53, 62 and 5F. RGB value is (83,98,95). Sum of RGB (Red+Green+Blue) = 83+98+95=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #53625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625F is #AC9DA0. Grayscale: #5D5D5D. Windows color (decimal): -11312545 or 6251091. OLE color: 6251091.

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

Color convert

RGB839895-
CMYK0.1500.030.62
HSL168º8.29%35.49%-
HSV(B)168º15.31%38.43%-
XYZ1011.412.5-
YUV93.17129.03120.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=30.07%
G=35.51%
B=34.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398950.1500.030.621688.2935.49
Hex53625FF033Ea8823
Octal1231421371703762501043
Binary1010011110001010111111111011111110101010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53625F;
 }
 .AnyTagClassName
 {
   color: #53625F;
 }
</style>
background-color css

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

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

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

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

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

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