#485C5C

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

Shades of Mako #485C5C

Tints of Mako #485C5C

Color information

#485C5C (or 0x485C5C) is unknown color: approx Mako. HEX triplet: 48, 5C and 5C. RGB value is (72,92,92). Sum of RGB (Red+Green+Blue) = 72+92+92=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #485C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C5C is #B7A3A3. Grayscale: #565656. Windows color (decimal): -12034980 or 6052936. OLE color: 6052936.

HSL color Cylindrical-coordinate representation of color #485C5C: hue angle of 180º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C5C is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB729292-
CMYK0.22000.64
HSL180º12.2%32.16%-
HSV(B)180º21.74%36.08%-
XYZ8.439.811.57-
YUV86.02131.37118-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=28.12%
G=35.94%
B=35.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292920.22000.6418012.232.16
Hex485C5C160040b4c20
Octal11013413426001002641440
Binary10010001011100101110010110001000000101101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485C5C; }

 p { color: rgb(72,92,92); }

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

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

 a { background-color: rgb(72,92,92); }

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

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

 span { border-color: rgb(72,92,92); }

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