#52626C

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

Shades of Fiord #52626C

Tints of Fiord #52626C

Color information

#52626C (or 0x52626C) is unknown color: approx Fiord. HEX triplet: 52, 62 and 6C. RGB value is (82,98,108). Sum of RGB (Red+Green+Blue) = 82+98+108=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #52626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626C is #AD9D93. Grayscale: #5E5E5E. Windows color (decimal): -11378068 or 7103058. OLE color: 7103058.

HSL color Cylindrical-coordinate representation of color #52626C: hue angle of 203.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52626C is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8298108-
CMYK0.240.0900.58
HSL203.08º13.68%37.25%-
HSV(B)203.08º24.07%42.35%-
XYZ10.5511.6115.87-
YUV94.36135.7119.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=28.47%
G=34.03%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82981080.240.0900.58203.0813.6837.25
Hex52626C18903Acbe25
Octal12214215430110723131645
Binary1010010110001011011001100010010111010110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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