#52595D

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

Shades of Fiord #52595D

Tints of Fiord #52595D

Color information

#52595D (or 0x52595D) is unknown color: approx Fiord. HEX triplet: 52, 59 and 5D. RGB value is (82,89,93). Sum of RGB (Red+Green+Blue) = 82+89+93=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #52595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52595D is #ADA6A2. Grayscale: #575757. Windows color (decimal): -11380387 or 6117714. OLE color: 6117714.

HSL color Cylindrical-coordinate representation of color #52595D: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52595D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB828993-
CMYK0.120.0400.64
HSL201.82º6.29%34.31%-
HSV(B)201.82º11.83%36.47%-
XYZ9.039.7311.76-
YUV87.36131.18124.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=31.06%
G=33.71%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8289930.120.0400.64201.826.2934.31
Hex52595DC4040ca622
Octal1221311351440100312642
Binary10100101011001101110111001000100000011001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52595D; }

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

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

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

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

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

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

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

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