Html Css Color HEX #485D5C Mako

📋 copy color: '#485D5C'

red 72 ◦ green 93 ◦ blue 92

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

Shades of Mako #485D5C

Tints of Mako #485D5C

RGB

 RED value IS 72 (28.52% from 255) = 28.02%

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 28.02%
G = 36.19%
B = 35.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#485D5C (or 0x485D5C) is known color: Mako. HEX triplet: 48, 5D and 5C. RGB value is (72,93,92). Sum of RGB (Red+Green+Blue) = 72+93+92=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #485D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D5C is #B7A2A3. Grayscale: #565656. Windows color (decimal): -12034724 or 6053192. OLE color: 6053192.

HSL color Cylindrical-coordinate representation of color #485D5C: hue angle of 177.14º 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 #485D5C is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 93 92 -
CMYK 0.23 0 0.01 0.64
HSL 177.14º 0.13% 0.32% -
HSV(B) 177.14º 0.23% 0.36% -
XYZ 8.52 9.98 11.6 -
YUV 86.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 72 93 92 0.23 0 0.01 0.64 177.14 0.13 0.32
Hex 48 5D 5C 17 0 1 40 B1 D 20
Octal 110 135 134 27 0 1 100 261 15 40
Binary 1001000 1011101 1011100 10111 0 1 1000000 10110001 1101 100000

Color Harmonies of #485D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D5C

Black with #485D5C

Text Example


Text Example

White with #485D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #485D5C;
 }
 .AnyTagClassName
 {
   color: #485D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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