#555D63

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

Shades of Fiord #555D63

Tints of Fiord #555D63

Color information

#555D63 (or 0x555D63) is unknown color: approx Fiord. HEX triplet: 55, 5D and 63. RGB value is (85,93,99). Sum of RGB (Red+Green+Blue) = 85+93+99=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #555D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D63 is #AAA29C. Grayscale: #5B5B5B. Windows color (decimal): -11182749 or 6511957. OLE color: 6511957.

HSL color Cylindrical-coordinate representation of color #555D63: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555D63 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB859399-
CMYK0.140.0600.61
HSL205.71º7.61%36.08%-
HSV(B)205.71º14.14%38.82%-
XYZ9.9110.6613.34-
YUV91.29132.35123.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=30.69%
G=33.57%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8593990.140.0600.61205.717.6136.08
Hex555D63E603Dce824
Octal1251351431660753161044
Binary10101011011101110001111101100111101110011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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