#535C64

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

Shades of Fiord #535C64

Tints of Fiord #535C64

Color information

#535C64 (or 0x535C64) is unknown color: approx Fiord. HEX triplet: 53, 5C and 64. RGB value is (83,92,100). Sum of RGB (Red+Green+Blue) = 83+92+100=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #535C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C64 is #ACA39B. Grayscale: #5A5A5A. Windows color (decimal): -11314076 or 6577235. OLE color: 6577235.

HSL color Cylindrical-coordinate representation of color #535C64: hue angle of 208.24º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535C64 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8392100-
CMYK0.170.0800.61
HSL208.24º9.29%35.88%-
HSV(B)208.24º17%39.22%-
XYZ9.6910.4113.56-
YUV90.22133.52122.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=30.18%
G=33.45%
B=36.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83921000.170.0800.61208.249.2935.88
Hex535C6411803Dd0924
Octal12313414421100753201144
Binary1010011101110011001001000110000111101110100001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,92,100); }

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

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

 a { background-color: rgb(83,92,100); }

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

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

 span { border-color: rgb(83,92,100); }

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