#53646D

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

Shades of Fiord #53646D

Tints of Fiord #53646D

Color information

#53646D (or 0x53646D) is unknown color: approx Fiord. HEX triplet: 53, 64 and 6D. RGB value is (83,100,109). Sum of RGB (Red+Green+Blue) = 83+100+109=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #53646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53646D is #AC9B92. Grayscale: #5F5F5F. Windows color (decimal): -11312019 or 7169107. OLE color: 7169107.

HSL color Cylindrical-coordinate representation of color #53646D: hue angle of 200.77º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53646D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB83100109-
CMYK0.240.0800.57
HSL200.77º13.54%37.65%-
HSV(B)200.77º23.85%42.75%-
XYZ10.8812.0616.22-
YUV95.94135.37118.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=28.42%
G=34.25%
B=37.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831001090.240.0800.57200.7713.5437.65
Hex53646D188039c9e26
Octal12314415530100713111646
Binary1010011110010011011011100010000111001110010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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