Html Css Color HEX #52666D Smalt Blue

📋 copy color: '#52666D'

red 82 ◦ green 102 ◦ blue 109

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

Shades of Smalt Blue #52666D

Tints of Smalt Blue #52666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

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

R = 27.99%
G = 34.81%
B = 37.2%

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

#52666D (or 0x52666D) is known color: Smalt Blue. HEX triplet: 52, 66 and 6D. RGB value is (82,102,109). Sum of RGB (Red+Green+Blue) = 82+102+109=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #52666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666D is #AD9992. Grayscale: #606060. Windows color (decimal): -11377043 or 7169618. OLE color: 7169618.

HSL color Cylindrical-coordinate representation of color #52666D: hue angle of 195.56º 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 #52666D is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 102 109 -
CMYK 0.25 0.06 0 0.57
HSL 195.56º 0.14% 0.37% -
HSV(B) 195.56º 0.25% 0.43% -
XYZ 10.99 12.4 16.28 -
YUV 96.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 82 102 109 0.25 0.06 0 0.57 195.56 0.14 0.37
Hex 52 66 6D 19 6 0 39 C4 E 25
Octal 122 146 155 31 6 0 71 304 16 45
Binary 1010010 1100110 1101101 11001 110 0 111001 11000100 1110 100101

Color Harmonies of #52666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52666D

Black with #52666D

Text Example


Text Example

White with #52666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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