#52616C

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

Shades of Fiord #52616C

Tints of Fiord #52616C

Color information

#52616C (or 0x52616C) is unknown color: approx Fiord. HEX triplet: 52, 61 and 6C. RGB value is (82,97,108). Sum of RGB (Red+Green+Blue) = 82+97+108=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #52616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616C is #AD9E93. Grayscale: #5D5D5D. Windows color (decimal): -11378324 or 7102802. OLE color: 7102802.

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

Color convert

RGB8297108-
CMYK0.240.1000.58
HSL205.38º13.68%37.25%-
HSV(B)205.38º24.07%42.35%-
XYZ10.4611.4315.84-
YUV93.77136.03119.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=28.57%
G=33.80%
B=37.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82971080.240.1000.58205.3813.6837.25
Hex52616C18A03Acde25
Octal12214115430120723151645
Binary1010010110000111011001100010100111010110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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