Html Css Color HEX #52676E Smalt Blue

📋 copy color: '#52676E'

red 82 ◦ green 103 ◦ blue 110

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

Shades of Smalt Blue #52676E

Tints of Smalt Blue #52676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 27.8%
G = 34.92%
B = 37.29%

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

#52676E (or 0x52676E) is known color: Smalt Blue. HEX triplet: 52, 67 and 6E. RGB value is (82,103,110). Sum of RGB (Red+Green+Blue) = 82+103+110=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #52676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676E is #AD9891. Grayscale: #616161. Windows color (decimal): -11376786 or 7235410. OLE color: 7235410.

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

Color convert

RGB 82 103 110 -
CMYK 0.25 0.06 0 0.57
HSL 195º 0.15% 0.38% -
HSV(B) 195º 0.25% 0.43% -
XYZ 11.14 12.62 16.6 -
YUV 97.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 82 103 110 0.25 0.06 0 0.57 195 0.15 0.38
Hex 52 67 6E 19 6 0 39 C3 F 26
Octal 122 147 156 31 6 0 71 303 17 46
Binary 1010010 1100111 1101110 11001 110 0 111001 11000011 1111 100110

Color Harmonies of #52676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52676E

Black with #52676E

Text Example


Text Example

White with #52676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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