#526068

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

Shades of Fiord #526068

Tints of Fiord #526068

Color information

#526068 (or 0x526068) is unknown color: approx Fiord. HEX triplet: 52, 60 and 68. RGB value is (82,96,104). Sum of RGB (Red+Green+Blue) = 82+96+104=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #526068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526068 is #AD9F97. Grayscale: #5C5C5C. Windows color (decimal): -11378584 or 6840402. OLE color: 6840402.

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

Color convert

RGB8296104-
CMYK0.210.0800.59
HSL201.82º11.83%36.47%-
HSV(B)201.82º21.15%40.78%-
XYZ10.1611.1614.72-
YUV92.73134.36120.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=29.08%
G=34.04%
B=36.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82961040.210.0800.59201.8211.8336.47
Hex52606815803Bcac24
Octal12214015025100733121444
Binary1010010110000011010001010110000111011110010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526068; }

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

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

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

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

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

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

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

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