#536069

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

Shades of Fiord #536069

Tints of Fiord #536069

Color information

#536069 (or 0x536069) is unknown color: approx Fiord. HEX triplet: 53, 60 and 69. RGB value is (83,96,105). Sum of RGB (Red+Green+Blue) = 83+96+105=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #536069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536069 is #AC9F96. Grayscale: #5D5D5D. Windows color (decimal): -11313047 or 6905939. OLE color: 6905939.

HSL color Cylindrical-coordinate representation of color #536069: hue angle of 204.55º 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 #536069 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8396105-
CMYK0.210.0900.59
HSL204.55º11.7%36.86%-
HSV(B)204.55º20.95%41.18%-
XYZ10.311.2214.99-
YUV93.14134.69120.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=29.23%
G=33.80%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83961050.210.0900.59204.5511.736.86
Hex53606915903Bcdc25
Octal12314015125110733151445
Binary1010011110000011010011010110010111011110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536069; }

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

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

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

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

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

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

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

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