Html Css Color HEX #526469 Smalt Blue

📋 copy color: '#526469'

red 82 ◦ green 100 ◦ blue 105

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

Shades of Smalt Blue #526469

Tints of Smalt Blue #526469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 28.57%
G = 34.84%
B = 36.59%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526469 (or 0x526469) is known color: Smalt Blue. HEX triplet: 52, 64 and 69. RGB value is (82,100,105). Sum of RGB (Red+Green+Blue) = 82+100+105=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #526469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526469 is #AD9B96. Grayscale: #5F5F5F. Windows color (decimal): -11377559 or 6906962. OLE color: 6906962.

HSL color Cylindrical-coordinate representation of color #526469: hue angle of 193.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526469 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 100 105 -
CMYK 0.22 0.05 0 0.59
HSL 193.04º 0.12% 0.37% -
HSV(B) 193.04º 0.22% 0.41% -
XYZ 10.59 11.93 15.11 -
YUV 95.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 82 100 105 0.22 0.05 0 0.59 193.04 0.12 0.37
Hex 52 64 69 16 5 0 3B C1 C 25
Octal 122 144 151 26 5 0 73 301 14 45
Binary 1010010 1100100 1101001 10110 101 0 111011 11000001 1100 100101

Color Harmonies of #526469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526469

Black with #526469

Text Example


Text Example

White with #526469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526469; }

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

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

background-color css

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

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

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

border-color css

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

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

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