#526169

Color #526169 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #526169

Tints of Fiord #526169

Color information

#526169 (or 0x526169) is unknown color: approx Fiord. HEX triplet: 52, 61 and 69. RGB value is (82,97,105). Sum of RGB (Red+Green+Blue) = 82+97+105=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #526169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526169 is #AD9E96. Grayscale: #5D5D5D. Windows color (decimal): -11378327 or 6906194. OLE color: 6906194.

HSL color Cylindrical-coordinate representation of color #526169: hue angle of 200.87º 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 #526169 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8297105-
CMYK0.220.0800.59
HSL200.87º12.3%36.67%-
HSV(B)200.87º21.9%41.18%-
XYZ10.311.3615.01-
YUV93.43134.53119.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=28.87%
G=34.15%
B=36.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82971050.220.0800.59200.8712.336.67
Hex52616916803Bc9c25
Octal12214115126100733111445
Binary1010010110000111010011011010000111011110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526169; }

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

 H1.HeaderClassName
 {
   color: #526169;
 }
 .AnyTagClassName
 {
   color: #526169;
 }
</style>
background-color css

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

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

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

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

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

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