Html Css Color HEX #52674E Tom Thumb

📋 copy color: '#52674E'

red 82 ◦ green 103 ◦ blue 78

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

Shades of Tom Thumb #52674E

Tints of Tom Thumb #52674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 31.18%
G = 39.16%
B = 29.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#52674E (or 0x52674E) is known color: Tom Thumb. HEX triplet: 52, 67 and 4E. RGB value is (82,103,78). Sum of RGB (Red+Green+Blue) = 82+103+78=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #52674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52674E is #AD98B1. Grayscale: #5D5D5D. Windows color (decimal): -11376818 or 5138258. OLE color: 5138258.

HSL color Cylindrical-coordinate representation of color #52674E: hue angle of 110.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52674E is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 78 -
CMYK 0.20 0 0.24 0.60
HSL 110.4º 0.14% 0.35% -
HSV(B) 110.4º 0.24% 0.4% -
XYZ 9.71 12.04 9.02 -
YUV 93.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 82 103 78 0.20 0 0.24 0.60 110.4 0.14 0.35
Hex 52 67 4E 14 0 18 3C 6E E 23
Octal 122 147 116 24 0 30 74 156 16 43
Binary 1010010 1100111 1001110 10100 0 11000 111100 1101110 1110 100011

Color Harmonies of #52674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52674E

Black with #52674E

Text Example


Text Example

White with #52674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,103,78); }

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

background-color css

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

 a { background-color: rgb(82,103,78); }

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

border-color css

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

 span { border-color: rgb(82,103,78); }

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