#555D61

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

Shades of Fiord #555D61

Tints of Fiord #555D61

Color information

#555D61 (or 0x555D61) is unknown color: approx Fiord. HEX triplet: 55, 5D and 61. RGB value is (85,93,97). Sum of RGB (Red+Green+Blue) = 85+93+97=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #555D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D61 is #AAA29E. Grayscale: #5B5B5B. Windows color (decimal): -11182751 or 6380885. OLE color: 6380885.

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

Color convert

RGB859397-
CMYK0.120.0400.62
HSL200º6.59%35.69%-
HSV(B)200º12.37%38.04%-
XYZ9.8210.6212.84-
YUV91.06131.35123.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=30.91%
G=33.82%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8593970.120.0400.622006.5935.69
Hex555D61C403Ec8724
Octal125135141144076310744
Binary1010101101110111000011100100011111011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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