#555C60

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

Shades of Fiord #555C60

Tints of Fiord #555C60

Color information

#555C60 (or 0x555C60) is unknown color: approx Fiord. HEX triplet: 55, 5C and 60. RGB value is (85,92,96). Sum of RGB (Red+Green+Blue) = 85+92+96=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #555C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C60 is #AAA39F. Grayscale: #5A5A5A. Windows color (decimal): -11183008 or 6315093. OLE color: 6315093.

HSL color Cylindrical-coordinate representation of color #555C60: hue angle of 201.82º 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 #555C60 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB859296-
CMYK0.110.0400.62
HSL201.82º6.08%35.49%-
HSV(B)201.82º11.46%37.65%-
XYZ9.6810.4312.57-
YUV90.36131.18124.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=31.14%
G=33.70%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8592960.110.0400.62201.826.0835.49
Hex555C60B403Eca623
Octal125134140134076312643
Binary1010101101110011000001011100011111011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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