#53626A

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

Shades of Fiord #53626A

Tints of Fiord #53626A

Color information

#53626A (or 0x53626A) is unknown color: approx Fiord. HEX triplet: 53, 62 and 6A. RGB value is (83,98,106). Sum of RGB (Red+Green+Blue) = 83+98+106=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #53626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53626A is #AC9D95. Grayscale: #5E5E5E. Windows color (decimal): -11312534 or 6971987. OLE color: 6971987.

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

Color convert

RGB8398106-
CMYK0.220.0800.58
HSL200.87º12.17%37.06%-
HSV(B)200.87º21.7%41.57%-
XYZ10.5411.6115.32-
YUV94.43134.53119.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=28.92%
G=34.15%
B=36.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83981060.220.0800.58200.8712.1737.06
Hex53626A16803Ac9c25
Octal12314215226100723111445
Binary1010011110001011010101011010000111010110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,98,106); }

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

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

 a { background-color: rgb(83,98,106); }

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

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

 span { border-color: rgb(83,98,106); }

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