#555B60

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

Shades of Fiord #555B60

Tints of Fiord #555B60

Color information

#555B60 (or 0x555B60) is unknown color: approx Fiord. HEX triplet: 55, 5B and 60. RGB value is (85,91,96). Sum of RGB (Red+Green+Blue) = 85+91+96=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #555B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B60 is #AAA49F. Grayscale: #595959. Windows color (decimal): -11183264 or 6314837. OLE color: 6314837.

HSL color Cylindrical-coordinate representation of color #555B60: hue angle of 207.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555B60 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB859196-
CMYK0.110.0500.62
HSL207.27º6.08%35.49%-
HSV(B)207.27º11.46%37.65%-
XYZ9.610.2612.54-
YUV89.78131.51124.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=31.25%
G=33.46%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8591960.110.0500.62207.276.0835.49
Hex555B60B503Ecf623
Octal125133140135076317643
Binary1010101101101111000001011101011111011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B60; }

 p { color: rgb(85,91,96); }

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

<style>
 a { background-color: #555B60; }

 a { background-color: rgb(85,91,96); }

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

<style>
 span { border-color: #555B60; }

 span { border-color: rgb(85,91,96); }

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