#535A60

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

Shades of Fiord #535A60

Tints of Fiord #535A60

Color information

#535A60 (or 0x535A60) is unknown color: approx Fiord. HEX triplet: 53, 5A and 60. RGB value is (83,90,96). Sum of RGB (Red+Green+Blue) = 83+90+96=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #535A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A60 is #ACA59F. Grayscale: #585858. Windows color (decimal): -11314592 or 6314579. OLE color: 6314579.

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

Color convert

RGB839096-
CMYK0.140.0600.62
HSL207.69º7.26%35.1%-
HSV(B)207.69º13.54%37.65%-
XYZ9.331012.5-
YUV88.59132.18124.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=30.86%
G=33.46%
B=35.69%

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
Decimal8390960.140.0600.62207.697.2635.1
Hex535A60E603Ed0723
Octal123132140166076320743
Binary1010011101101011000001110110011111011010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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