#52626D

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

Shades of Fiord #52626D

Tints of Fiord #52626D

Color information

#52626D (or 0x52626D) is unknown color: approx Fiord. HEX triplet: 52, 62 and 6D. RGB value is (82,98,109). Sum of RGB (Red+Green+Blue) = 82+98+109=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #52626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626D is #AD9D92. Grayscale: #5E5E5E. Windows color (decimal): -11378067 or 7168594. OLE color: 7168594.

HSL color Cylindrical-coordinate representation of color #52626D: hue angle of 204.44º 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 #52626D is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8298109-
CMYK0.250.1000.57
HSL204.44º14.14%37.45%-
HSV(B)204.44º24.77%42.75%-
XYZ10.6111.6316.15-
YUV94.47136.2119.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=28.37%
G=33.91%
B=37.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82981090.250.1000.57204.4414.1437.45
Hex52626D19A039cce25
Octal12214215531120713141645
Binary1010010110001011011011100110100111001110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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