#535D61

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

Shades of Fiord #535D61

Tints of Fiord #535D61

Color information

#535D61 (or 0x535D61) is unknown color: approx Fiord. HEX triplet: 53, 5D and 61. RGB value is (83,93,97). Sum of RGB (Red+Green+Blue) = 83+93+97=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #535D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D61 is #ACA29E. Grayscale: #5A5A5A. Windows color (decimal): -11313823 or 6380883. OLE color: 6380883.

HSL color Cylindrical-coordinate representation of color #535D61: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535D61 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB839397-
CMYK0.140.0400.62
HSL197.14º7.78%35.29%-
HSV(B)197.14º14.43%38.04%-
XYZ9.6410.5312.83-
YUV90.47131.69122.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=30.40%
G=34.07%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8393970.140.0400.62197.147.7835.29
Hex535D61E403Ec5823
Octal1231351411640763051043
Binary10100111011101110000111101000111110110001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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