#535B61

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

Shades of Fiord #535B61

Tints of Fiord #535B61

Color information

#535B61 (or 0x535B61) is unknown color: approx Fiord. HEX triplet: 53, 5B and 61. RGB value is (83,91,97). Sum of RGB (Red+Green+Blue) = 83+91+97=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #535B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B61 is #ACA49E. Grayscale: #595959. Windows color (decimal): -11314335 or 6380371. OLE color: 6380371.

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

Color convert

RGB839197-
CMYK0.140.0600.62
HSL205.71º7.78%35.29%-
HSV(B)205.71º14.43%38.04%-
XYZ9.4710.1812.78-
YUV89.29132.35123.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=30.63%
G=33.58%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8391970.140.0600.62205.717.7835.29
Hex535B61E603Ece823
Octal1231331411660763161043
Binary10100111011011110000111101100111110110011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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