#556067

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

Shades of Fiord #556067

Tints of Fiord #556067

Color information

#556067 (or 0x556067) is unknown color: approx Fiord. HEX triplet: 55, 60 and 67. RGB value is (85,96,103). Sum of RGB (Red+Green+Blue) = 85+96+103=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #556067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556067 is #AA9F98. Grayscale: #5D5D5D. Windows color (decimal): -11181977 or 6774869. OLE color: 6774869.

HSL color Cylindrical-coordinate representation of color #556067: hue angle of 203.33º 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 #556067 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8596103-
CMYK0.170.0700.60
HSL203.33º9.57%36.86%-
HSV(B)203.33º17.48%40.39%-
XYZ10.3811.2814.46-
YUV93.51133.36121.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=29.93%
G=33.80%
B=36.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85961030.170.0700.60203.339.5736.86
Hex55606711703Ccba25
Octal1251401472170743131245
Binary101010111000001100111100011110111100110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556067; }

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

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

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

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

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

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

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

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