Html Css Color HEX #52605E Mako

📋 copy color: '#52605E'

red 82 ◦ green 96 ◦ blue 94

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

Shades of Mako #52605E

Tints of Mako #52605E

RGB

 RED value IS 82 (32.42% from 255) = 30.15%

 GREEN value IS 96 (37.89% from 255) = 35.29%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 30.15%
G = 35.29%
B = 34.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#52605E (or 0x52605E) is known color: Mako. HEX triplet: 52, 60 and 5E. RGB value is (82,96,94). Sum of RGB (Red+Green+Blue) = 82+96+94=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #52605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52605E is #AD9FA1. Grayscale: #5B5B5B. Windows color (decimal): -11378594 or 6185042. OLE color: 6185042.

HSL color Cylindrical-coordinate representation of color #52605E: hue angle of 171.43º 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 #52605E is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 94 -
CMYK 0.15 0 0.02 0.62
HSL 171.43º 0.08% 0.35% -
HSV(B) 171.43º 0.15% 0.38% -
XYZ 9.68 10.97 12.2 -
YUV 91.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 82 96 94 0.15 0 0.02 0.62 171.43 0.08 0.35
Hex 52 60 5E F 0 2 3E AB 8 23
Octal 122 140 136 17 0 2 76 253 10 43
Binary 1010010 1100000 1011110 1111 0 10 111110 10101011 1000 100011

Color Harmonies of #52605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52605E

Black with #52605E

Text Example


Text Example

White with #52605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52605E; }

 p { color: rgb(82,96,94); }

 H1.HeaderClassName
 {
   color: #52605E;
 }
 .AnyTagClassName
 {
   color: #52605E;
 }
</style>

background-color css

<style>
 a { background-color: #52605E; }

 a { background-color: rgb(82,96,94); }

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

border-color css

<style>
 span { border-color: #52605E; }

 span { border-color: rgb(82,96,94); }

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