Html Css Color HEX #52666C Smalt Blue

📋 copy color: '#52666C'

red 82 ◦ green 102 ◦ blue 108

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

Shades of Smalt Blue #52666C

Tints of Smalt Blue #52666C

RGB

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

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

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

R = 28.08%
G = 34.93%
B = 36.99%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52666C (or 0x52666C) is known color: Smalt Blue. HEX triplet: 52, 66 and 6C. RGB value is (82,102,108). Sum of RGB (Red+Green+Blue) = 82+102+108=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #52666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666C is #AD9993. Grayscale: #606060. Windows color (decimal): -11377044 or 7104082. OLE color: 7104082.

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

Color convert

RGB 82 102 108 -
CMYK 0.24 0.06 0 0.58
HSL 193.85º 0.14% 0.37% -
HSV(B) 193.85º 0.24% 0.42% -
XYZ 10.94 12.38 16 -
YUV 96.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 82 102 108 0.24 0.06 0 0.58 193.85 0.14 0.37
Hex 52 66 6C 18 6 0 3A C2 E 25
Octal 122 146 154 30 6 0 72 302 16 45
Binary 1010010 1100110 1101100 11000 110 0 111010 11000010 1110 100101

Color Harmonies of #52666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52666C

Black with #52666C

Text Example


Text Example

White with #52666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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