#52625F

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

Shades of Mako #52625F

Tints of Mako #52625F

Color information

#52625F (or 0x52625F) is unknown color: approx Mako. HEX triplet: 52, 62 and 5F. RGB value is (82,98,95). Sum of RGB (Red+Green+Blue) = 82+98+95=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #52625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52625F is #AD9DA0. Grayscale: #5C5C5C. Windows color (decimal): -11378081 or 6251090. OLE color: 6251090.

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

Color convert

RGB829895-
CMYK0.1600.030.62
HSL168.75º8.89%35.29%-
HSV(B)168.75º16.33%38.43%-
XYZ9.9111.3612.5-
YUV92.87129.2120.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=29.82%
G=35.64%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298950.1600.030.62168.758.8935.29
Hex52625F10033Ea9923
Octal1221421372003762511143
Binary10100101100010101111110000011111110101010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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