#52646D

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

Shades of Fiord #52646D

Tints of Fiord #52646D

Color information

#52646D (or 0x52646D) is unknown color: approx Fiord. HEX triplet: 52, 64 and 6D. RGB value is (82,100,109). Sum of RGB (Red+Green+Blue) = 82+100+109=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #52646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646D is #AD9B92. Grayscale: #5F5F5F. Windows color (decimal): -11377555 or 7169106. OLE color: 7169106.

HSL color Cylindrical-coordinate representation of color #52646D: hue angle of 200º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52646D is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB82100109-
CMYK0.250.0800.57
HSL200º14.14%37.45%-
HSV(B)200º24.77%42.75%-
XYZ10.812.0116.22-
YUV95.64135.54118.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=28.18%
G=34.36%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821001090.250.0800.5720014.1437.45
Hex52646D198039c8e25
Octal12214415531100713101645
Binary1010010110010011011011100110000111001110010001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,100,109); }

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

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

 a { background-color: rgb(82,100,109); }

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

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

 span { border-color: rgb(82,100,109); }

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