#555A5C

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

Shades of Fiord #555A5C

Tints of Fiord #555A5C

Color information

#555A5C (or 0x555A5C) is unknown color: approx Fiord. HEX triplet: 55, 5A and 5C. RGB value is (85,90,92). Sum of RGB (Red+Green+Blue) = 85+90+92=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: blue. Hex color #555A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A5C is #AAA5A3. Grayscale: #585858. Windows color (decimal): -11183524 or 6052437. OLE color: 6052437.

HSL color Cylindrical-coordinate representation of color #555A5C: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555A5C is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB859092-
CMYK0.080.0200.64
HSL197.14º3.95%34.71%-
HSV(B)197.14º7.61%36.08%-
XYZ9.3310.0211.57-
YUV88.73129.84125.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=31.84%
G=33.71%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8590920.080.0200.64197.143.9534.71
Hex555A5C82040c5423
Octal1251321341020100305443
Binary1010101101101010111001000100100000011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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