#536169

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

Shades of Fiord #536169

Tints of Fiord #536169

Color information

#536169 (or 0x536169) is unknown color: approx Fiord. HEX triplet: 53, 61 and 69. RGB value is (83,97,105). Sum of RGB (Red+Green+Blue) = 83+97+105=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #536169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536169 is #AC9E96. Grayscale: #5D5D5D. Windows color (decimal): -11312791 or 6906195. OLE color: 6906195.

HSL color Cylindrical-coordinate representation of color #536169: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536169 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8397105-
CMYK0.210.0800.59
HSL201.82º11.7%36.86%-
HSV(B)201.82º20.95%41.18%-
XYZ10.3911.4115.02-
YUV93.73134.36120.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=29.12%
G=34.04%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83971050.210.0800.59201.8211.736.86
Hex53616915803Bcac25
Octal12314115125100733121445
Binary1010011110000111010011010110000111011110010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536169; }

 p { color: rgb(83,97,105); }

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

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

 a { background-color: rgb(83,97,105); }

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

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

 span { border-color: rgb(83,97,105); }

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