Html Css Color HEX #52686F Smalt Blue

📋 copy color: '#52686F'

red 82 ◦ green 104 ◦ blue 111

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

Shades of Smalt Blue #52686F

Tints of Smalt Blue #52686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 27.61%
G = 35.02%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52686F (or 0x52686F) is known color: Smalt Blue. HEX triplet: 52, 68 and 6F. RGB value is (82,104,111). Sum of RGB (Red+Green+Blue) = 82+104+111=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #52686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52686F is #AD9790. Grayscale: #626262. Windows color (decimal): -11376529 or 7301202. OLE color: 7301202.

HSL color Cylindrical-coordinate representation of color #52686F: hue angle of 194.48º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52686F is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 104 111 -
CMYK 0.26 0.06 0 0.56
HSL 194.48º 0.15% 0.38% -
HSV(B) 194.48º 0.26% 0.44% -
XYZ 11.3 12.84 16.92 -
YUV 98.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 82 104 111 0.26 0.06 0 0.56 194.48 0.15 0.38
Hex 52 68 6F 1A 6 0 38 C2 F 26
Octal 122 150 157 32 6 0 70 302 17 46
Binary 1010010 1101000 1101111 11010 110 0 111000 11000010 1111 100110

Color Harmonies of #52686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52686F

Black with #52686F

Text Example


Text Example

White with #52686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52686F; }

 p { color: rgb(82,104,111); }

 H1.HeaderClassName
 {
   color: #52686F;
 }
 .AnyTagClassName
 {
   color: #52686F;
 }
</style>

background-color css

<style>
 a { background-color: #52686F; }

 a { background-color: rgb(82,104,111); }

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

border-color css

<style>
 span { border-color: #52686F; }

 span { border-color: rgb(82,104,111); }

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