Html Css Color HEX #526266 Smalt Blue

📋 copy color: '#526266'

red 82 ◦ green 98 ◦ blue 102

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

Shades of Smalt Blue #526266

Tints of Smalt Blue #526266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 29.08%
G = 34.75%
B = 36.17%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#526266 (or 0x526266) is known color: Smalt Blue. HEX triplet: 52, 62 and 66. RGB value is (82,98,102). Sum of RGB (Red+Green+Blue) = 82+98+102=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #526266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526266 is #AD9D99. Grayscale: #5D5D5D. Windows color (decimal): -11378074 or 6709842. OLE color: 6709842.

HSL color Cylindrical-coordinate representation of color #526266: hue angle of 192º 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 #526266 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 98 102 -
CMYK 0.20 0.04 0 0.6
HSL 192º 0.11% 0.36% -
HSV(B) 192º 0.2% 0.4% -
XYZ 10.25 11.49 14.25 -
YUV 93.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 82 98 102 0.20 0.04 0 0.6 192 0.11 0.36
Hex 52 62 66 14 4 0 3C C0 B 24
Octal 122 142 146 24 4 0 74 300 13 44
Binary 1010010 1100010 1100110 10100 100 0 111100 11000000 1011 100100

Color Harmonies of #526266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526266

Black with #526266

Text Example


Text Example

White with #526266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526266; }

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

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

background-color css

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

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

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

border-color css

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

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

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