Html Css Color HEX #52676D Smalt Blue

📋 copy color: '#52676D'

red 82 ◦ green 103 ◦ blue 109

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

Shades of Smalt Blue #52676D

Tints of Smalt Blue #52676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 27.89%
G = 35.03%
B = 37.07%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52676D (or 0x52676D) is known color: Smalt Blue. HEX triplet: 52, 67 and 6D. RGB value is (82,103,109). Sum of RGB (Red+Green+Blue) = 82+103+109=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #52676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676D is #AD9892. Grayscale: #616161. Windows color (decimal): -11376787 or 7169874. OLE color: 7169874.

HSL color Cylindrical-coordinate representation of color #52676D: hue angle of 193.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52676D is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 103 109 -
CMYK 0.25 0.06 0 0.57
HSL 193.33º 0.14% 0.37% -
HSV(B) 193.33º 0.25% 0.43% -
XYZ 11.09 12.6 16.32 -
YUV 97.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 82 103 109 0.25 0.06 0 0.57 193.33 0.14 0.37
Hex 52 67 6D 19 6 0 39 C1 E 25
Octal 122 147 155 31 6 0 71 301 16 45
Binary 1010010 1100111 1101101 11001 110 0 111001 11000001 1110 100101

Color Harmonies of #52676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52676D

Black with #52676D

Text Example


Text Example

White with #52676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52676D; }

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

 H1.HeaderClassName
 {
   color: #52676D;
 }
 .AnyTagClassName
 {
   color: #52676D;
 }
</style>

background-color css

<style>
 a { background-color: #52676D; }

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

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

border-color css

<style>
 span { border-color: #52676D; }

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

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