#535A5D

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

Shades of Fiord #535A5D

Tints of Fiord #535A5D

Color information

#535A5D (or 0x535A5D) is unknown color: approx Fiord. HEX triplet: 53, 5A and 5D. RGB value is (83,90,93). Sum of RGB (Red+Green+Blue) = 83+90+93=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #535A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A5D is #ACA5A2. Grayscale: #585858. Windows color (decimal): -11314595 or 6117971. OLE color: 6117971.

HSL color Cylindrical-coordinate representation of color #535A5D: hue angle of 198º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535A5D is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB839093-
CMYK0.110.0300.64
HSL198º5.68%34.51%-
HSV(B)198º10.75%36.47%-
XYZ9.29.9411.79-
YUV88.25130.68124.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=31.20%
G=33.83%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8390930.110.0300.641985.6834.51
Hex535A5DB3040c6623
Octal1231321351330100306643
Binary1010011101101010111011011110100000011000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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