#556267

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

Shades of Fiord #556267

Tints of Fiord #556267

Color information

#556267 (or 0x556267) is unknown color: approx Fiord. HEX triplet: 55, 62 and 67. RGB value is (85,98,103). Sum of RGB (Red+Green+Blue) = 85+98+103=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #556267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556267 is #AA9D98. Grayscale: #5E5E5E. Windows color (decimal): -11181465 or 6775381. OLE color: 6775381.

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

Color convert

RGB8598103-
CMYK0.170.0500.60
HSL196.67º9.57%36.86%-
HSV(B)196.67º17.48%40.39%-
XYZ10.5611.6514.52-
YUV94.68132.69121.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=29.72%
G=34.27%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85981030.170.0500.60196.679.5736.86
Hex55626711503Cc5a25
Octal1251421472150743051245
Binary101010111000101100111100011010111100110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556267; }

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

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

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

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

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

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

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

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