#556066

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

Shades of Fiord #556066

Tints of Fiord #556066

Color information

#556066 (or 0x556066) is unknown color: approx Fiord. HEX triplet: 55, 60 and 66. RGB value is (85,96,102). Sum of RGB (Red+Green+Blue) = 85+96+102=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #556066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556066 is #AA9F99. Grayscale: #5D5D5D. Windows color (decimal): -11181978 or 6709333. OLE color: 6709333.

HSL color Cylindrical-coordinate representation of color #556066: hue angle of 201.18º degrees, saturation: 0.09, 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 #556066 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8596102-
CMYK0.170.0600.6
HSL201.18º9.09%36.67%-
HSV(B)201.18º16.67%40%-
XYZ10.3311.2614.2-
YUV93.4132.86122.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=30.04%
G=33.92%
B=36.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85961020.170.0600.6201.189.0936.67
Hex55606611603Cc9925
Octal1251401462160743111145
Binary101010111000001100110100011100111100110010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556066; }

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

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

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

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

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

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

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

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