#53646C

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

Shades of Fiord #53646C

Tints of Fiord #53646C

Color information

#53646C (or 0x53646C) is unknown color: approx Fiord. HEX triplet: 53, 64 and 6C. RGB value is (83,100,108). Sum of RGB (Red+Green+Blue) = 83+100+108=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #53646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53646C is #AC9B93. Grayscale: #5F5F5F. Windows color (decimal): -11312020 or 7103571. OLE color: 7103571.

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

Color convert

RGB83100108-
CMYK0.230.0700.58
HSL199.2º13.09%37.45%-
HSV(B)199.2º23.15%42.35%-
XYZ10.8312.0415.94-
YUV95.83134.87118.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=28.52%
G=34.36%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831001080.230.0700.58199.213.0937.45
Hex53646C17703Ac7d25
Octal1231441542770723071545
Binary101001111001001101100101111110111010110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,100,108); }

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

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

 a { background-color: rgb(83,100,108); }

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

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

 span { border-color: rgb(83,100,108); }

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