#55585A

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

Shades of Fiord #55585A

Tints of Fiord #55585A

Color information

#55585A (or 0x55585A) is unknown color: approx Fiord. HEX triplet: 55, 58 and 5A. RGB value is (85,88,90). Sum of RGB (Red+Green+Blue) = 85+88+90=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #55585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585A is #AAA7A5. Grayscale: #575757. Windows color (decimal): -11184038 or 5920853. OLE color: 5920853.

HSL color Cylindrical-coordinate representation of color #55585A: hue angle of 204º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #55585A is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858890-
CMYK0.060.0200.65
HSL204º2.86%34.31%-
HSV(B)204º5.56%35.29%-
XYZ9.089.6511.06-
YUV87.33129.51126.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=32.32%
G=33.46%
B=34.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588900.060.0200.652042.8634.31
Hex55585A62041cc322
Octal125130132620101314342
Binary10101011011000101101011010010000011100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55585A; }

 p { color: rgb(85,88,90); }

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

<style>
 a { background-color: #55585A; }

 a { background-color: rgb(85,88,90); }

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

<style>
 span { border-color: #55585A; }

 span { border-color: rgb(85,88,90); }

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