#52595F

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

Shades of Fiord #52595F

Tints of Fiord #52595F

Color information

#52595F (or 0x52595F) is unknown color: approx Fiord. HEX triplet: 52, 59 and 5F. RGB value is (82,89,95). Sum of RGB (Red+Green+Blue) = 82+89+95=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 95 - color contains mainly: blue. Hex color #52595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52595F is #ADA6A0. Grayscale: #575757. Windows color (decimal): -11380385 or 6248786. OLE color: 6248786.

HSL color Cylindrical-coordinate representation of color #52595F: hue angle of 207.69º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #52595F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB828995-
CMYK0.140.0600.63
HSL207.69º7.34%34.71%-
HSV(B)207.69º13.68%37.25%-
XYZ9.129.7612.23-
YUV87.59132.18124.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=30.83%
G=33.46%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8289950.140.0600.63207.697.3434.71
Hex52595FE603Fd0723
Octal122131137166077320743
Binary1010010101100110111111110110011111111010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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