Html Css Color HEX #53625F Mako

📋 copy color: '#53625F'

red 83 ◦ green 98 ◦ blue 95

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

Shades of Mako #53625F

Tints of Mako #53625F

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 value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#53625F (or 0x53625F) is known color: 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

RGB 83 98 95 -
CMYK 0.15 0 0.03 0.62
HSL 168º 0.08% 0.35% -
HSV(B) 168º 0.15% 0.38% -
XYZ 10 11.4 12.5 -
YUV 93.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 83 98 95 0.15 0 0.03 0.62 168 0.08 0.35
Hex 53 62 5F F 0 3 3E A8 8 23
Octal 123 142 137 17 0 3 76 250 10 43
Binary 1010011 1100010 1011111 1111 0 11 111110 10101000 1000 100011

Color Harmonies of #53625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53625F

Black with #53625F

Text Example


Text Example

White with #53625F

Text Example


Text Example

HTML Codes & Css Web 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>