#475C5C

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

Shades of Mako #475C5C

Tints of Mako #475C5C

Color information

#475C5C (or 0x475C5C) is unknown color: approx Mako. HEX triplet: 47, 5C and 5C. RGB value is (71,92,92). Sum of RGB (Red+Green+Blue) = 71+92+92=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #475C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C5C is #B8A3A3. Grayscale: #555555. Windows color (decimal): -12100516 or 6052935. OLE color: 6052935.

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

Color convert

RGB719292-
CMYK0.23000.64
HSL180º12.88%31.96%-
HSV(B)180º22.83%36.08%-
XYZ8.369.7711.57-
YUV85.72131.54117.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=27.84%
G=36.08%
B=36.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192920.23000.6418012.8831.96
Hex475C5C170040b4d20
Octal10713413427001002641540
Binary10001111011100101110010111001000000101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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