#5B6466

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

Shades of River Bed #5B6466

Tints of River Bed #5B6466

Color information

#5B6466 (or 0x5B6466) is unknown color: approx River Bed. HEX triplet: 5B, 64 and 66. RGB value is (91,100,102). Sum of RGB (Red+Green+Blue) = 91+100+102=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B6466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6466 is #A49B99. Grayscale: #616161. Windows color (decimal): -10787738 or 6710363. OLE color: 6710363.

HSL color Cylindrical-coordinate representation of color #5B6466: hue angle of 190.91º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B6466 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB91100102-
CMYK0.110.0200.6
HSL190.91º5.7%37.84%-
HSV(B)190.91º10.78%40%-
XYZ11.2712.314.35-
YUV97.54130.52123.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=31.06%
G=34.13%
B=34.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal911001020.110.0200.6190.915.737.84
Hex5B6466B203Cbf626
Octal133144146132074277646
Binary101101111001001100110101110011110010111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6466; }

 p { color: rgb(91,100,102); }

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

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

 a { background-color: rgb(91,100,102); }

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

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

 span { border-color: rgb(91,100,102); }

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