Html Css Color HEX #526166 Smalt Blue

📋 copy color: '#526166'

red 82 ◦ green 97 ◦ blue 102

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

Shades of Smalt Blue #526166

Tints of Smalt Blue #526166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 29.18%
G = 34.52%
B = 36.3%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#526166 (or 0x526166) is known color: Smalt Blue. HEX triplet: 52, 61 and 66. RGB value is (82,97,102). Sum of RGB (Red+Green+Blue) = 82+97+102=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #526166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526166 is #AD9E99. Grayscale: #5D5D5D. Windows color (decimal): -11378330 or 6709586. OLE color: 6709586.

HSL color Cylindrical-coordinate representation of color #526166: hue angle of 195º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526166 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 97 102 -
CMYK 0.20 0.05 0 0.6
HSL 195º 0.11% 0.36% -
HSV(B) 195º 0.2% 0.4% -
XYZ 10.15 11.3 14.22 -
YUV 93.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 82 97 102 0.20 0.05 0 0.6 195 0.11 0.36
Hex 52 61 66 14 5 0 3C C3 B 24
Octal 122 141 146 24 5 0 74 303 13 44
Binary 1010010 1100001 1100110 10100 101 0 111100 11000011 1011 100100

Color Harmonies of #526166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526166

Black with #526166

Text Example


Text Example

White with #526166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526166; }

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

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

background-color css

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

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

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

border-color css

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

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

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