#52616A

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

Shades of Fiord #52616A

Tints of Fiord #52616A

Color information

#52616A (or 0x52616A) is unknown color: approx Fiord. HEX triplet: 52, 61 and 6A. RGB value is (82,97,106). Sum of RGB (Red+Green+Blue) = 82+97+106=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #52616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616A is #AD9E95. Grayscale: #5D5D5D. Windows color (decimal): -11378326 or 6971730. OLE color: 6971730.

HSL color Cylindrical-coordinate representation of color #52616A: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52616A is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8297106-
CMYK0.230.0800.58
HSL202.5º12.77%36.86%-
HSV(B)202.5º22.64%41.57%-
XYZ10.3611.3815.29-
YUV93.54135.03119.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=28.77%
G=34.04%
B=37.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82971060.230.0800.58202.512.7736.86
Hex52616A17803Acad25
Octal12214115227100723121545
Binary1010010110000111010101011110000111010110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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