#53636D

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

Shades of Fiord #53636D

Tints of Fiord #53636D

Color information

#53636D (or 0x53636D) is unknown color: approx Fiord. HEX triplet: 53, 63 and 6D. RGB value is (83,99,109). Sum of RGB (Red+Green+Blue) = 83+99+109=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #53636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636D is #AC9C92. Grayscale: #5F5F5F. Windows color (decimal): -11312275 or 7168851. OLE color: 7168851.

HSL color Cylindrical-coordinate representation of color #53636D: hue angle of 203.08º 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 #53636D is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8399109-
CMYK0.240.0900.57
HSL203.08º13.54%37.65%-
HSV(B)203.08º23.85%42.75%-
XYZ10.7911.8716.19-
YUV95.36135.7119.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=28.52%
G=34.02%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83991090.240.0900.57203.0813.5437.65
Hex53636D189039cbe26
Octal12314315530110713131646
Binary1010011110001111011011100010010111001110010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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