#526168

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

Shades of Fiord #526168

Tints of Fiord #526168

Color information

#526168 (or 0x526168) is unknown color: approx Fiord. HEX triplet: 52, 61 and 68. RGB value is (82,97,104). Sum of RGB (Red+Green+Blue) = 82+97+104=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #526168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526168 is #AD9E97. Grayscale: #5D5D5D. Windows color (decimal): -11378328 or 6840658. OLE color: 6840658.

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

Color convert

RGB8297104-
CMYK0.210.0700.59
HSL199.09º11.83%36.47%-
HSV(B)199.09º21.15%40.78%-
XYZ10.2511.3414.75-
YUV93.31134.03119.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=28.98%
G=34.28%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82971040.210.0700.59199.0911.8336.47
Hex52616815703Bc7c24
Octal1221411502570733071444
Binary101001011000011101000101011110111011110001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526168; }

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

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

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

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

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

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

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

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