#525E68

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

Shades of Fiord #525E68

Tints of Fiord #525E68

Color information

#525E68 (or 0x525E68) is unknown color: approx Fiord. HEX triplet: 52, 5E and 68. RGB value is (82,94,104). Sum of RGB (Red+Green+Blue) = 82+94+104=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #525E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E68 is #ADA197. Grayscale: #5B5B5B. Windows color (decimal): -11379096 or 6839890. OLE color: 6839890.

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

Color convert

RGB8294104-
CMYK0.210.1000.59
HSL207.27º11.83%36.47%-
HSV(B)207.27º21.15%40.78%-
XYZ9.9810.814.66-
YUV91.55135.02121.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=29.29%
G=33.57%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82941040.210.1000.59207.2711.8336.47
Hex525E6815A03Bcfc24
Octal12213615025120733171444
Binary1010010101111011010001010110100111011110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E68; }

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

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

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

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

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

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

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

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