#535E64

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

Shades of Fiord #535E64

Tints of Fiord #535E64

Color information

#535E64 (or 0x535E64) is unknown color: approx Fiord. HEX triplet: 53, 5E and 64. RGB value is (83,94,100). Sum of RGB (Red+Green+Blue) = 83+94+100=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #535E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E64 is #ACA19B. Grayscale: #5B5B5B. Windows color (decimal): -11313564 or 6577747. OLE color: 6577747.

HSL color Cylindrical-coordinate representation of color #535E64: hue angle of 201.18º 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 #535E64 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8394100-
CMYK0.170.0600.61
HSL201.18º9.29%35.88%-
HSV(B)201.18º17%39.22%-
XYZ9.8710.7613.61-
YUV91.4132.86122.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=29.96%
G=33.94%
B=36.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83941000.170.0600.61201.189.2935.88
Hex535E6411603Dc9924
Octal1231361442160753111144
Binary101001110111101100100100011100111101110010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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