Html Css Color HEX #52646C Smalt Blue

📋 copy color: '#52646C'

red 82 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #52646C

Tints of Smalt Blue #52646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 28.28%
G = 34.48%
B = 37.24%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52646C (or 0x52646C) is known color: Smalt Blue. HEX triplet: 52, 64 and 6C. RGB value is (82,100,108). Sum of RGB (Red+Green+Blue) = 82+100+108=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #52646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646C is #AD9B93. Grayscale: #5F5F5F. Windows color (decimal): -11377556 or 7103570. OLE color: 7103570.

HSL color Cylindrical-coordinate representation of color #52646C: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52646C is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 100 108 -
CMYK 0.24 0.07 0 0.58
HSL 198.46º 0.14% 0.37% -
HSV(B) 198.46º 0.24% 0.42% -
XYZ 10.74 11.99 15.94 -
YUV 95.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 82 100 108 0.24 0.07 0 0.58 198.46 0.14 0.37
Hex 52 64 6C 18 7 0 3A C6 E 25
Octal 122 144 154 30 7 0 72 306 16 45
Binary 1010010 1100100 1101100 11000 111 0 111010 11000110 1110 100101

Color Harmonies of #52646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52646C

Black with #52646C

Text Example


Text Example

White with #52646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52646C; }

 p { color: rgb(82,100,108); }

 H1.HeaderClassName
 {
   color: #52646C;
 }
 .AnyTagClassName
 {
   color: #52646C;
 }
</style>

background-color css

<style>
 a { background-color: #52646C; }

 a { background-color: rgb(82,100,108); }

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

border-color css

<style>
 span { border-color: #52646C; }

 span { border-color: rgb(82,100,108); }

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