#556268

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

Shades of Fiord #556268

Tints of Fiord #556268

Color information

#556268 (or 0x556268) is unknown color: approx Fiord. HEX triplet: 55, 62 and 68. RGB value is (85,98,104). Sum of RGB (Red+Green+Blue) = 85+98+104=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #556268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556268 is #AA9D97. Grayscale: #5E5E5E. Windows color (decimal): -11181464 or 6840917. OLE color: 6840917.

HSL color Cylindrical-coordinate representation of color #556268: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556268 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8598104-
CMYK0.180.0600.59
HSL198.95º10.05%37.06%-
HSV(B)198.95º18.27%40.78%-
XYZ10.6111.6714.79-
YUV94.8133.19121.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=29.62%
G=34.15%
B=36.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85981040.180.0600.59198.9510.0537.06
Hex55626812603Bc7a25
Octal1251421502260733071245
Binary101010111000101101000100101100111011110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556268; }

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

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

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

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

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

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

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

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