#52636C

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

Shades of Fiord #52636C

Tints of Fiord #52636C

Color information

#52636C (or 0x52636C) is unknown color: approx Fiord. HEX triplet: 52, 63 and 6C. RGB value is (82,99,108). Sum of RGB (Red+Green+Blue) = 82+99+108=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #52636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52636C is #AD9C93. Grayscale: #5E5E5E. Windows color (decimal): -11377812 or 7103314. OLE color: 7103314.

HSL color Cylindrical-coordinate representation of color #52636C: hue angle of 200.77º 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 #52636C is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8299108-
CMYK0.240.0800.58
HSL200.77º13.68%37.25%-
HSV(B)200.77º24.07%42.35%-
XYZ10.6511.815.9-
YUV94.94135.37118.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=28.37%
G=34.26%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82991080.240.0800.58200.7713.6837.25
Hex52636C18803Ac9e25
Octal12214315430100723111645
Binary1010010110001111011001100010000111010110010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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