#556669

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

Shades of River Bed #556669

Tints of River Bed #556669

Color information

#556669 (or 0x556669) is unknown color: approx River Bed. HEX triplet: 55, 66 and 69. RGB value is (85,102,105). Sum of RGB (Red+Green+Blue) = 85+102+105=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #556669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556669 is #AA9996. Grayscale: #616161. Windows color (decimal): -11180439 or 6907477. OLE color: 6907477.

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

Color convert

RGB85102105-
CMYK0.190.0300.59
HSL189º10.53%37.25%-
HSV(B)189º19.05%41.18%-
XYZ11.0512.4515.19-
YUV97.26132.37119.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=29.11%
G=34.93%
B=35.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851021050.190.0300.5918910.5337.25
Hex55666913303Bbdb25
Octal1251461512330732751345
Binary10101011100110110100110011110111011101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556669; }

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

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

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

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

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

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

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

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