#556068

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

Shades of Fiord #556068

Tints of Fiord #556068

Color information

#556068 (or 0x556068) is unknown color: approx Fiord. HEX triplet: 55, 60 and 68. RGB value is (85,96,104). Sum of RGB (Red+Green+Blue) = 85+96+104=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #556068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556068 is #AA9F97. Grayscale: #5D5D5D. Windows color (decimal): -11181976 or 6840405. OLE color: 6840405.

HSL color Cylindrical-coordinate representation of color #556068: hue angle of 205.26º 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 #556068 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8596104-
CMYK0.180.0800.59
HSL205.26º10.05%37.06%-
HSV(B)205.26º18.27%40.78%-
XYZ10.4311.314.73-
YUV93.62133.86121.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=29.82%
G=33.68%
B=36.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85961040.180.0800.59205.2610.0537.06
Hex55606812803Bcda25
Octal12514015022100733151245
Binary1010101110000011010001001010000111011110011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556068; }

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

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

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

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

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

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

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

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