#555F67

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

Shades of Fiord #555F67

Tints of Fiord #555F67

Color information

#555F67 (or 0x555F67) is unknown color: approx Fiord. HEX triplet: 55, 5F and 67. RGB value is (85,95,103). Sum of RGB (Red+Green+Blue) = 85+95+103=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #555F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F67 is #AAA098. Grayscale: #5C5C5C. Windows color (decimal): -11182233 or 6774613. OLE color: 6774613.

HSL color Cylindrical-coordinate representation of color #555F67: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555F67 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8595103-
CMYK0.170.0800.60
HSL206.67º9.57%36.86%-
HSV(B)206.67º17.48%40.39%-
XYZ10.2911.0914.43-
YUV92.92133.69122.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=30.04%
G=33.57%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85951030.170.0800.60206.679.5736.86
Hex555F6711803Ccfa25
Octal12513714721100743171245
Binary1010101101111111001111000110000111100110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,103); }

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

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

 a { background-color: rgb(85,95,103); }

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

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

 span { border-color: rgb(85,95,103); }

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