#535A5E

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

Shades of Fiord #535A5E

Tints of Fiord #535A5E

Color information

#535A5E (or 0x535A5E) is unknown color: approx Fiord. HEX triplet: 53, 5A and 5E. RGB value is (83,90,94). Sum of RGB (Red+Green+Blue) = 83+90+94=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 94 - color contains mainly: blue. Hex color #535A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A5E is #ACA5A1. Grayscale: #585858. Windows color (decimal): -11314594 or 6183507. OLE color: 6183507.

HSL color Cylindrical-coordinate representation of color #535A5E: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535A5E is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB839094-
CMYK0.120.0400.63
HSL201.82º6.21%34.71%-
HSV(B)201.82º11.7%36.86%-
XYZ9.249.9612.02-
YUV88.36131.18124.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=31.09%
G=33.71%
B=35.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8390940.120.0400.63201.826.2134.71
Hex535A5EC403Fca623
Octal123132136144077312643
Binary1010011101101010111101100100011111111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535A5E; }

 p { color: rgb(83,90,94); }

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

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

 a { background-color: rgb(83,90,94); }

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

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

 span { border-color: rgb(83,90,94); }

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