#525D68

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

Shades of Fiord #525D68

Tints of Fiord #525D68

Color information

#525D68 (or 0x525D68) is unknown color: approx Fiord. HEX triplet: 52, 5D and 68. RGB value is (82,93,104). Sum of RGB (Red+Green+Blue) = 82+93+104=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #525D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D68 is #ADA297. Grayscale: #5A5A5A. Windows color (decimal): -11379352 or 6839634. OLE color: 6839634.

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

Color convert

RGB8293104-
CMYK0.210.1100.59
HSL210º11.83%36.47%-
HSV(B)210º21.15%40.78%-
XYZ9.8910.6214.63-
YUV90.96135.36121.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=29.39%
G=33.33%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82931040.210.1100.5921011.8336.47
Hex525D6815B03Bd2c24
Octal12213515025130733221444
Binary1010010101110111010001010110110111011110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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