#53636C

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

Shades of Fiord #53636C

Tints of Fiord #53636C

Color information

#53636C (or 0x53636C) is unknown color: approx Fiord. HEX triplet: 53, 63 and 6C. RGB value is (83,99,108). Sum of RGB (Red+Green+Blue) = 83+99+108=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #53636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636C is #AC9C93. Grayscale: #5F5F5F. Windows color (decimal): -11312276 or 7103315. OLE color: 7103315.

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

Color convert

RGB8399108-
CMYK0.230.0800.58
HSL201.6º13.09%37.45%-
HSV(B)201.6º23.15%42.35%-
XYZ10.7411.8515.91-
YUV95.24135.2119.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=28.62%
G=34.14%
B=37.24%

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
Decimal83991080.230.0800.58201.613.0937.45
Hex53636C17803Acad25
Octal12314315427100723121545
Binary1010011110001111011001011110000111010110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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